Coder Social home page Coder Social logo

graduate-thesis's Introduction

Graduate thesis

Salient Object Detection (SOD) using the self-attention-based Object Contextual Representation module built on top of the PFSNet model.

  1. Backbone
  • Resnet-50
  1. Neck/Feature network
  • 2 phases multi-level features integration. Only fuse two adjacent feature maps to avoid feature attenuation.
  • Phase 1 uses top-down path feature integration applied on the feature maps obtained from the backbone.
  • Phase 2 uses pyramidal shape to fuse 2 adjacent feature maps obtained from phase 1.
  • Channel Attention Module (WCAT in the paper) is applied whenever 2 feature maps are combined.
  • Utilize dilated convolution to increase the model's receptive field (larger receptive field is required for Salient Object Detection > Object Detection > Image classification)
  1. Auxiliary classifier An intermidiate saliency map is predicted on the final feature map obtained from the neck. PFSNet arichitecture

Inspired by self-attention based OCR in Semantic segmentation task, implement one for SOD. A saliency vector which represents the salient intensity is computed by weighted averaging the final feature map in PFSNet with the intermidiate saliency map. This vector acts like a Key and Value in self-attention. The pixel vectors obtained from flattening the final feature map along the spatial axis (H, W) acts as Queries. The OCR module will adjust the salient intensity of each pixel vector based on the similarity with the saliency vector. OCR module

Results

Results are obtained as the outputs of the model without any post-processing. The OCR module can remove non-salient regions of the image, but also recover salient objects (or its parts) compared to the original PFSNet model. This demonstrates that the feature map obtained from PFSNet contains sufficient salient information of each pixel which can be utilized by OCR to provide global context. As a result, the saliency intensity of each pixel can be adaptively modified based on the whole-image context. Expressive results

graduate-thesis's People

Contributors

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