Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. HackMIT 2026 (hackmit.org)
    —discuss
  2. The Collie and the Pug – HackMIT 2026 Keynote (3blue1brown.substack.com)
    —discuss
  3. Philosophy Bench (philosophybench.org)
    —discuss
  4. Claude's remake of "I'm upping my p(doom)" in 12 hours (x.com)
    1comments
  5. BigQuery FinOps Framework (alvin.ai)
    —discuss
  6. Unexplained objects in 1950s sky correlate with nuclear tests and UAP reports (nature.com)
    1comments
  7. SpaceX Pivots Away from Space (ft.com)
    —discuss
  8. AI for Creativity (twitter.com/jeffreykwndr)
    —discuss
  9. Astra compressed 600Mb of audio into 20Kb (twitter.com/matternjustus)
    —discuss
  10. A Mass. lesbian bar required KN-95 masks. When rules changed, hell broke loose (bostonglobe.com)
    1comments
  11. OpenAI $500 ProMax plan listed in API
    —discuss
  12. Musk – Official Trailer – Bleecker Street [video] (youtube.com)
    —discuss
  13. Steppy Fox Browser Game (steppyfox.com)
    —discuss
  14. Legal AI Harvey's margins went from +50% to -50% in 6 months on frontier costs (yahoo.com)
    2comments
  15. Show HN: IGViewer – Browse public Instagram profiles and stories anonymously (igrecent.com)
    —discuss
  16. Real-Time AI Simplification (A2, B1, B2) of BBC World News Live (voicefrom.ai)
    —discuss
  17. My First Language Front End with MLIR (whereisalan.dev)
    —discuss
  18. Dutch governments builds alternative for Microsoft based on NixOS (dawo.community)
    —discuss
  19. You Cry [video] (youtube.com)
    —discuss
  20. Your Language Model Is Already a Decision Model (github.com/ntlm1686)
    —discuss
  21. Dating a takeoff photo to the second using runway markings as a ruler (spuria.app)
    1comments
  22. Show HN: Can an AI agent bypass a post-quantum signed authorization policy? (github.com/max-russo-com)
    —discuss
  23. Coming to terms with the end of the Falcon 9 (thespacereview.com)
    —discuss
  24. OpenAI prepares new $500/month Pro Max plan for ChatGPT (testingcatalog.com)
    —discuss
  25. Show HN: Foveon Lab – Compare Sigma Photo Pro Presets on Foveon X3F Files (github.com/biopoetic)
    —discuss
  26. Ask HN: Migrating personal email domain from Gmail to iCloud?
    —discuss
  27. Deep Fission ($FISN): A Money Pit (iceberg-research.com)
    —discuss
  28. Show HN: Tasket++ Simulate your Windows actions automatically-free and OS (apps.microsoft.com)
    —discuss
  29. Tesla 'FSD' sped in 55% of Brussels 30 km/h zones ahead of EU vote (electrek.co)
    —discuss
  30. Driver Misconduct in Last-Mile Delivery (arxiv.org)
    —discuss

Implicit Neural Representations with Periodic Activation Functions (2020)

2 pointsby 1h agoarxiv.org
1 comments
56m 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!