Giter Club home page Giter Club logo

Comments (3)

yuhuixu1993 avatar yuhuixu1993 commented on September 27, 2024

hi. @xingyueye, this phenomenon has been founded and explained by many papers. To my way of thinking , there are two aspects. First, in the early stage of the training, weights are not well learned and may produce worse features (not consistent) and weights-free operations are easier to bypass gradients. That's why we use a few epochs to warm up the super-net. Second, the if we enlarge the epochs, e.g.(100 or 200), darts may suffer from overfitting problem. Some works try to solve this problem by regularizing or early stopping [1,2,3].
[1] DARTS+: Improved Differentiable Architecture Search with Early Stopping
[2] Stabilizing DARTS with Amended Gradient Estimation on Architectural Parameters
[3] Understanding and Robustifying Differentiable Architecture Search

from pc-darts.

xingyueye avatar xingyueye commented on September 27, 2024

Thanks a lot, your respond is helpful, And I would study the papers you recommended asap.
My guess is similar to your first opion, So I add warm_up to Darts sa well, but results are terrible. I set up three sets of experiments with warm_up epoch of 20, 30, and 40, but the search results show that skip_connect would appear rapidly and exceed 2 when the warmup period ends and the architecture search begins. I saw that your warm_up epoch nums is 15. So I guess that the warm_up epoch in my exp were setted unsuitable or that it differ between Darts and PC-Darts?

from pc-darts.

yuhuixu1993 avatar yuhuixu1993 commented on September 27, 2024

@xingyueye , sorry for the late reply as CVPR deadline is approaching. Original DARTS suffer lots of problems besides the mentioned. If warm up epochs are too large, DASRTS still prefer SKIP.

from pc-darts.

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.