Giter Site home page Giter Site logo

Comments (4)

hbredin avatar hbredin commented on May 19, 2024 1

Thanks for the clarification -- it would make a nice addition to the paper and definitely help others reproduce your experiment.

Here is my (slightly more pytorchic) version of SincConv that can be used as a drop-in replacement for torch.nn.Conv1d: https://gist.github.com/hbredin/c3bfa80f8f71181c2d499167d297f181

from sincnet.

mravanelli avatar mravanelli commented on May 19, 2024

Hi Hervé,
we tried many different alternatives at this level and experiments are still running to find better solutions. For instance, we recently compared the performance with and without the abs function you pointed out. The reason why it could make sense to add an abs function here, is that standard max-pooling only looks into the positive samples of the filtered signal, while with abs we basically consider the envelope of it. This would allow the network to extract features more related to the “energy” or “envelope” of the signal, resembling “more closely” the standard pipeline used for extracting standard fbank or mfcc features. Actually, the standard fbanks is still quite different since we average the spectrum within rectangular filters. From my experiments, however, I saw that doing average pooling at this level works slightly worse than max pooling.

from sincnet.

mravanelli avatar mravanelli commented on May 19, 2024

Great job! thank you!

from sincnet.

Rachine avatar Rachine commented on May 19, 2024

It seems that the addition of this abs operation is very important for fast convergence!

from sincnet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.