Deformable Part Model 實現細節

來源:互聯網
上載者:User

Overview

Step 1. Compute filter responses to the feature pyramid

Each level of features (e.g. 46) is convolved with every stored part filters (e.g. 54), the result subsequently goes to the corresponding filter entry in model.symbols struct. Therefore each model.symbols{i}.score is a 1x46 cell.

Step 2. Apply deformation and structural rule

Deformation rule is applied first to each part filter (e.g. 54). New scores are saved to corresponding model.rules{i}.score, together with Ix and Iy

Structual rule is applied at last.

In current model, the number of structural rules equal to the number of component.

They are aggregated into one rule which is indicated by model.start.

Dynamic Prgramming is implemented during the realisation of structural rules

Step 3. Parse resulting scores to find optimal solution (can be multiple hypotheses)

Some Implementation Details

symbols <---> rules: 1-to1 correspondence

symbols 只有兩種:terminal 和nonterminal

terminal symbol refers back to one entry in filters. In other words, terminal == filter

Run Time Variables

1. model.symbols{i}.score: 第i個filter對所有特徵金字塔的響應。e.g. 1x46 cell。在filter_responses中被初次計算

2. model.rules{i}.[score | Ix | Iy]:應用第i條規則後的新的score值,以及位置資訊。

3. model.scoretpt: TBD

function symbol_score

 - 對Deformatable Rule,只是簡單的把新的score值放回symbols{i}.score中

 - 對Structure Rule,找出最大值(好像!)

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.