Hacker News

New stories

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

Implicit Neural Representations with Periodic Activation Functions (2020)

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