Coder Social home page Coder Social logo

productretrievalaicrowd's Introduction

ProductRetrievalAIcrowd

Repo for solving visual-product-recognition-challenge-2023 from AIcrowd Results:

  1. We used open-source datasets such as Products10K, Alibaba-v2, and the datasets from DeepFashion called Consumer2Shop and inShop
  2. We lacked of sunglasses and eyeglasses data. We saw models struggling to differ some glasses classes so we collected data from WEB. It was about 2k instances of glasses with reference photos and customer reviews. LINK
  3. We started training models with EfficientNets, but then shortly figured out that Clip models outperform them by far.
  4. The highest scores were gotten with ConvNextXXLarge and it was about 0.62 mAP@1 locally. it is worth noting that local and public scores correlated a lot, so we could get 5 place easily, but failed to fit in constrains of inference of 30 minutes even in half precision.
  5. Some products with different colors had to belong to same class, so we tried different Augs related to color namely ChannelShuffle, ToGray, ChannelDropout, and ColorJitter which gave us 1-2% of score.
  6. We used ReRanking which always gave us +0.02 in mAP score.
  7. Щne thing we learned from the competition that we needed to set a very low (maybe 10e-6 or 10e-7) LearningRate for CLIP backbone and a normal one (3e-4) for ArcFace Head and it works like a charm.

productretrievalaicrowd's People

Contributors

egorovivannn avatar

Stargazers

 avatar

Watchers

 avatar

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.