Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. What is the future for soace science missions after all this? (scientificamerican.com)
    1comments
  2. In Support of Agent Led Software Engineering (promptogether.com)
    —discuss
  3. NHS bodies in England impose 2-year minimum wait for ADHD and autism assessments (theguardian.com)
    —discuss
  4. Show HN: Apowerb, the open-source AI agent runtime (RAG, Text-to-SQL, webhooks) (github.com/apowerb)
    —discuss
  5. The last day of the dinosaurs, as an interactive painting (echohive.ai)
    —discuss
  6. Special Projects (2016) (openai.com)
    —discuss
  7. Colibri: CERN VHDL Common Library Released for Everyone to Use (cern.ch)
    1comments
  8. Running local LLMs on your Mac: what fits, what's free, and what's overkill (typetab.app)
    —discuss
  9. Ex-Microsoft dev builds a new task manager for Linux (omgubuntu.co.uk)
    —discuss
  10. A master class in decorators, patching and tracing (grahamdumpleton.me)
    —discuss
  11. Who Is Open Source About? (glyph.im)
    —discuss
  12. The Orient Cables IPO Explained (finshots.in)
    —discuss
  13. HackMIT 2026 (hackmit.org)
    —discuss
  14. The Collie and the Pug – HackMIT 2026 Keynote (3blue1brown.substack.com)
    —discuss
  15. Philosophy Bench (philosophybench.org)
    —discuss
  16. Claude's remake of "I'm upping my p(doom)" in 12 hours (x.com)
    1comments
  17. BigQuery FinOps Framework (alvin.ai)
    —discuss
  18. Unexplained objects in 1950s sky correlate with nuclear tests and UAP reports (nature.com)
    1comments
  19. SpaceX Pivots Away from Space (ft.com)
    —discuss
  20. AI for Creativity (twitter.com/jeffreykwndr)
    —discuss
  21. Astra compressed 600Mb of audio into 20Kb (twitter.com/matternjustus)
    2comments
  22. A Mass. lesbian bar required KN-95 masks. Rules changed and all hell broke loose (bostonglobe.com)
    2comments
  23. OpenAI $500 ProMax plan listed in API
    5comments
  24. Musk – Official Trailer – Bleecker Street [video] (youtube.com)
    —discuss
  25. Steppy Fox Browser Game (steppyfox.com)
    —discuss
  26. Legal AI Harvey's margins went from +50% to -50% in 6 months on frontier costs (yahoo.com)
    2comments
  27. Show HN: IGViewer – Browse public Instagram profiles and stories anonymously (igrecent.com)
    —discuss
  28. Real-Time AI Simplification (A2, B1, B2) of BBC World News Live (voicefrom.ai)
    —discuss
  29. My First Language Front End with MLIR (whereisalan.dev)
    —discuss
  30. Dutch governments builds alternative for Microsoft based on NixOS (dawo.community)
    3comments

Implicit Neural Representations with Periodic Activation Functions (2020)

2 pointsby 1h agoarxiv.org
1 comments
1h agoHN ↗

"We propose SIREN, a simple neural network architecture for implicit neural representations that uses the sine as a periodic activation function: [...]

Interestingly, any derivative of a SIREN is itself a SIREN, as the derivative of the sine is a cosine, i.e., a phase-shifted sine (see supplemental).

Therefore, the derivatives of a SIREN inherit the properties of SIRENs, enabling us to supervise any derivative of SIREN with “complicated” signals. In our experiments, we demonstrate that when a SIREN is supervised using a constraint Cm involving the derivatives of φ, the function φ remains well behaved, which is crucial in solving many problems, including boundary value problems (BVPs).

We will show that SIRENs can be initialized with some control over the distribution of activations, allowing us to create deep architectures.

Furthermore, SIRENs converge significantly faster than baseline architectures, fitting, for instance, a single image in a few hundred iterations, taking a few seconds on a modern GPU, while featuring higher image fidelity..."

SIRENs look interesting... the idea of using Sine as an Activation Function seems like a brilliant one!