Giter Club home page Giter Club logo

most-dinov2's Introduction

Implementing MOST with DINO v2 (with registers)

MOST is a method for unsupervised object localization in images. The original code can be found here

DINO v1 is a method for self-supervised learning of visual representations. The original DINO v1 code can be found here

MOST uses DINO v1 as a feature extractor and later applies a fractal analysis tool to identify tokens lying on foreground patches. The identified tokens are then clustered together, and tokens of each cluster are used to generate bounding boxes on foreground regions.

This repository aims to implement MOST with the new version of DINO released on 2023, which can be found here

The paper Vision Transformers Need Registers, published on 2023, can be found here identified some problems with feature maps of both supervised and self-supervised ViT (Vision Transformer) models. This "artifacts" correspond to high-norm tokens appearing during inference primarily in low-informative background areas of images, that are repurposed for internal computations.

DINO v2 has published a new version of the code that solves this problem by adding a register to the model. Both, the original and the new version, can be found at the DINO v2 repository.

most-dinov2's People

Contributors

fedegonzal 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.