SlideShare ist ein Scribd-Unternehmen logo
1 von 17
Downloaden Sie, um offline zu lesen
A Dense-Depth Representation
for VLAD descriptors in
Content-Based Image Retrieval
Federico Magliani, Tomaso Fontanini, and Andrea
Prati
IMP lab - University of Parma
25/10/2018 IMP Lab - University of Parma 1
Agenda
• Motivations and objectives
• Related works
• Proposed approach (Bag of Indexes)
• Experimental results
• Conclusions
25/10/2018 IMP Lab - University of Parma 2
Motivations and objectives
• The recent advances brought by deep learning allowed to improve
the performance in image retrieval tasks;
• Convolutional Neural Networks (CNN) allow to obtain a hierarchy of
features from the evaluated image;
• We introduce a new detector applied on the feature maps;
• The objective is to increase the number of features in order to boost
the performance of the aggregation algorithms like VLAD
embedding.
25/10/2018 IMP Lab - University of Parma 3
Agenda
• Motivations and objectives
• Related works
• Proposed approach (Bag of Indexes)
• Experimental results
• Conclusions
25/10/2018 IMP Lab - University of Parma 4
Image retrieval pipeline
25/10/2018 IMP Lab - University of Parma 5
Extraction of
local features
Aggregation of
the extracted
features
Retrieval of the
most similar
image
CNN codes
• Feature vectors extracted from pre-trained networks: InceptionV3 in
our case;
• CNN codes are extracted from the 8th inception pooling layer
(mixed8)
25/10/2018 IMP Lab - University of Parma 6
Agenda
• Motivations and objectives
• Related works
• Proposed approach (DDR)
• Experimental results
• Conclusions
25/10/2018 IMP Lab - University of Parma 7
Dense-Depth representation (DDR)
• VLAD-based embedding works better with dense representations;
• The features are grouped into a larger set of features of lower
dimensionality;
• A feature map of 𝑊 × 𝐻 × 𝐷 is splitted along 𝐷 -> maintain
geometrical information;
• Number of descriptors: from 𝑊 × 𝐻 to 𝑊 × 𝐻 ×
𝐷
𝑠𝑝𝑙𝑖𝑡𝑓𝑎𝑐𝑡𝑜𝑟
25/10/2018 IMP Lab - University of Parma 8
Example
Feature maps of 8 × 8 × 1280 with 𝑠𝑝𝑙𝑖𝑡𝑓𝑎𝑐𝑡𝑜𝑟 = 128
8 ∗ 8 ∗ 10 descriptors of 128𝐷
25/10/2018 IMP Lab - University of Parma 9
W
H
D
D’
D’’
D’’’
locVLAD1
• Evolution of VLAD;
• Calculated through the mean of two different VLAD descriptors:
• One computed on the whole image;
• One computed on the central portion of the image.
• The most important and useful features in the images are often in
the central region;
• Applied only on the query images.
25/10/2018 IMP Lab - University of Parma 10
1. Magliani, Federico, Navid Mahmoudian Bidgoli, and Andrea Prati. "A location-aware embedding technique
for accurate landmark recognition." 11th International Conference on Distributed Smart Cameras. ACM, 2017.
Agenda
• Motivations and objectives
• Related works
• Proposed approach (Bag of Indexes)
• Experimental results
• Conclusions
25/10/2018 IMP Lab - University of Parma 11
Datasets
• Holidays: 1491 images subdivided in 500 classes. The database
images are 991 and the query images are 500, one for every class;
• Oxford5k: 5062 images. The classes are 11 and the queries are 55 (5
for each class);
• Paris6k: 6412 images. The classes are 11 and the queries are 55 (5 for
each class);
• UKB: 10200 images subdivided in 2550 classes. All the images are
used as database images and only one for category is used as a
query image.
25/10/2018 IMP Lab - University of Parma 12
Results on Holidays
Network Layer Input Image DDR Root square
norm.
Encoding PCA-whit. mAP
VGG19 block4_pool 224x224   VLAD  74.33%
VGG19 block4_pool 550x550   VLAD  75.95%
VGG19 block4_pool 550x550   VLAD  77.80%
InceptionV3 mixed_8 450x450   VLAD  81.55%
InceptionV3 mixed_8 450x450   locVLAD  84.55%
InceptionV3 mixed_8 562x562   locVLAD  85.43%
InceptionV3 mixed_8 562x562   locVLAD  85.98%
InceptionV3 mixed_8 562x662   locVLAD  86.70%
InceptionV3 mixed_8 562x662   locVLAD 128D 87.38%
InceptionV3 mixed_8 562x662   locVLAD 128D 85.63%
InceptionV3 mixed_8 562x662   locVLAD 256D 89.93%
InceptionV3 mixed_8 562x662   locVLAD 512D 90.46%
25/10/2018 IMP Lab - University of Parma 13
Comparison with the state of the art
Method Dimension Oxford5k Paris6k Holidays UKB
VLAD 4096 37.80% 38.60% 55.60% 3.18
CEVLAD 128 53.00% - 68.10% 3.093
FVLAD 128 - - 62.20% 3.43
HVLAD 128 - - 64.00% 3.40
gVLAD 128 60.00% - 77.90% -
Ng et al. 128 55.80% 58.30% 83.60% -
DDR locVLAD 128 57.52% 64.70% 87.38% 3.70
NetVLAD 512 59.00% 70.20% 82.90% -
DDR locVLAD 512 61.46% 71.88% 90.46% 3.76
25/10/2018 IMP Lab - University of Parma 14
Agenda
• Motivations and objectives
• Related works
• Proposed approach (Bag of Indexes)
• Experimental results
• Conclusions
25/10/2018 IMP Lab - University of Parma 15
Conclusion and future development
• DDR and locVLAD outperform the state of the art related to VLAD
descriptors;
• Small descriptor dimension;
• The future work will be on a different embedding like R-MAC;
• Also, the application of fine-tuning could help to improve the final
accuracy results.
25/10/2018 IMP Lab - University of Parma 16
Thanks for your attention!
• Questions?
• Contacts: tomaso.fontanini@studenti.unipr.it
• Website: implab.ce.unipr.it/?page_id=122
25/10/2018 IMP Lab - University of Parma 17

Weitere ähnliche Inhalte

Ähnlich wie A dense depth representation for vlad descriptors in

An Open and Improved VISIR System Through PILAR Federation for Electrical/Ele...
An Open and Improved VISIR System Through PILAR Federation for Electrical/Ele...An Open and Improved VISIR System Through PILAR Federation for Electrical/Ele...
An Open and Improved VISIR System Through PILAR Federation for Electrical/Ele...Manuel Castro
 
ThesisDefensePresentation_KyleIngersoll
ThesisDefensePresentation_KyleIngersollThesisDefensePresentation_KyleIngersoll
ThesisDefensePresentation_KyleIngersollKyle Ingersoll
 
Classifiers Optimization Using Swarm Algorithms
Classifiers Optimization Using Swarm AlgorithmsClassifiers Optimization Using Swarm Algorithms
Classifiers Optimization Using Swarm AlgorithmsAboul Ella Hassanien
 
SOPHIA by Philippe Malbranch - Maghrenov workshop on research infrastructures...
SOPHIA by Philippe Malbranch - Maghrenov workshop on research infrastructures...SOPHIA by Philippe Malbranch - Maghrenov workshop on research infrastructures...
SOPHIA by Philippe Malbranch - Maghrenov workshop on research infrastructures...Maghrenov
 
Hybrid Solution of the Cold-Start Problem in Context-Aware Recommender Systems
Hybrid Solution of the Cold-Start Problem in Context-Aware Recommender SystemsHybrid Solution of the Cold-Start Problem in Context-Aware Recommender Systems
Hybrid Solution of the Cold-Start Problem in Context-Aware Recommender SystemsMatthias Braunhofer
 
SUPSI Energy Systems Sector
SUPSI Energy Systems SectorSUPSI Energy Systems Sector
SUPSI Energy Systems SectorMauro Caccivio
 
Modelling and simulation in pulp and paper industry
Modelling and simulation in pulp and paper industryModelling and simulation in pulp and paper industry
Modelling and simulation in pulp and paper industryHuy Nguyen
 
EADTU 2018 conference PILAR - VISIR project
EADTU 2018 conference PILAR - VISIR project EADTU 2018 conference PILAR - VISIR project
EADTU 2018 conference PILAR - VISIR project Manuel Castro
 
Experimenting in PILAR Federation: a Common Path for the Future
Experimenting in PILAR Federation: a Common Path for the Future Experimenting in PILAR Federation: a Common Path for the Future
Experimenting in PILAR Federation: a Common Path for the Future Manuel Castro
 
Virtual Laboratory for Line Follower Robot Competition
Virtual Laboratory for Line Follower Robot Competition Virtual Laboratory for Line Follower Robot Competition
Virtual Laboratory for Line Follower Robot Competition IJECEIAES
 
RAMP: Collaborative challenge with code submission
RAMP: Collaborative challenge with code submissionRAMP: Collaborative challenge with code submission
RAMP: Collaborative challenge with code submissionBalázs Kégl
 
The Irish Centre for High End Computing and IBM - The role of advanced comput...
The Irish Centre for High End Computing and IBM - The role of advanced comput...The Irish Centre for High End Computing and IBM - The role of advanced comput...
The Irish Centre for High End Computing and IBM - The role of advanced comput...MarieThrseCulligan
 
The Irish Centre for High End Computing and IBM: The role of advanced computi...
The Irish Centre for High End Computing and IBM: The role of advanced computi...The Irish Centre for High End Computing and IBM: The role of advanced computi...
The Irish Centre for High End Computing and IBM: The role of advanced computi...MarieThrseCulligan
 
Low Power High-Performance Computing on the BeagleBoard Platform
Low Power High-Performance Computing on the BeagleBoard PlatformLow Power High-Performance Computing on the BeagleBoard Platform
Low Power High-Performance Computing on the BeagleBoard Platforma3labdsp
 

Ähnlich wie A dense depth representation for vlad descriptors in (20)

An Open and Improved VISIR System Through PILAR Federation for Electrical/Ele...
An Open and Improved VISIR System Through PILAR Federation for Electrical/Ele...An Open and Improved VISIR System Through PILAR Federation for Electrical/Ele...
An Open and Improved VISIR System Through PILAR Federation for Electrical/Ele...
 
ThesisDefensePresentation_KyleIngersoll
ThesisDefensePresentation_KyleIngersollThesisDefensePresentation_KyleIngersoll
ThesisDefensePresentation_KyleIngersoll
 
Classifiers Optimization Using Swarm Algorithms
Classifiers Optimization Using Swarm AlgorithmsClassifiers Optimization Using Swarm Algorithms
Classifiers Optimization Using Swarm Algorithms
 
SOPHIA by Philippe Malbranch - Maghrenov workshop on research infrastructures...
SOPHIA by Philippe Malbranch - Maghrenov workshop on research infrastructures...SOPHIA by Philippe Malbranch - Maghrenov workshop on research infrastructures...
SOPHIA by Philippe Malbranch - Maghrenov workshop on research infrastructures...
 
Hybrid Solution of the Cold-Start Problem in Context-Aware Recommender Systems
Hybrid Solution of the Cold-Start Problem in Context-Aware Recommender SystemsHybrid Solution of the Cold-Start Problem in Context-Aware Recommender Systems
Hybrid Solution of the Cold-Start Problem in Context-Aware Recommender Systems
 
SUPSI Energy Systems Sector
SUPSI Energy Systems SectorSUPSI Energy Systems Sector
SUPSI Energy Systems Sector
 
Modelling and simulation in pulp and paper industry
Modelling and simulation in pulp and paper industryModelling and simulation in pulp and paper industry
Modelling and simulation in pulp and paper industry
 
Progress Reprot.pptx
Progress Reprot.pptxProgress Reprot.pptx
Progress Reprot.pptx
 
EADTU 2018 conference PILAR - VISIR project
EADTU 2018 conference PILAR - VISIR project EADTU 2018 conference PILAR - VISIR project
EADTU 2018 conference PILAR - VISIR project
 
Experimenting in PILAR Federation: a Common Path for the Future
Experimenting in PILAR Federation: a Common Path for the Future Experimenting in PILAR Federation: a Common Path for the Future
Experimenting in PILAR Federation: a Common Path for the Future
 
Virtual Laboratory for Line Follower Robot Competition
Virtual Laboratory for Line Follower Robot Competition Virtual Laboratory for Line Follower Robot Competition
Virtual Laboratory for Line Follower Robot Competition
 
ICIECA 2014 Paper 01
ICIECA 2014 Paper 01ICIECA 2014 Paper 01
ICIECA 2014 Paper 01
 
Evip Medbiq2
Evip Medbiq2Evip Medbiq2
Evip Medbiq2
 
awards competences talks
awards competences talksawards competences talks
awards competences talks
 
Spoofing-aware Attention Back-end with Multiple Enrollment and Novel Trials S...
Spoofing-aware Attention Back-end with Multiple Enrollment and Novel Trials S...Spoofing-aware Attention Back-end with Multiple Enrollment and Novel Trials S...
Spoofing-aware Attention Back-end with Multiple Enrollment and Novel Trials S...
 
Data Science at Udemy
Data Science at UdemyData Science at Udemy
Data Science at Udemy
 
RAMP: Collaborative challenge with code submission
RAMP: Collaborative challenge with code submissionRAMP: Collaborative challenge with code submission
RAMP: Collaborative challenge with code submission
 
The Irish Centre for High End Computing and IBM - The role of advanced comput...
The Irish Centre for High End Computing and IBM - The role of advanced comput...The Irish Centre for High End Computing and IBM - The role of advanced comput...
The Irish Centre for High End Computing and IBM - The role of advanced comput...
 
The Irish Centre for High End Computing and IBM: The role of advanced computi...
The Irish Centre for High End Computing and IBM: The role of advanced computi...The Irish Centre for High End Computing and IBM: The role of advanced computi...
The Irish Centre for High End Computing and IBM: The role of advanced computi...
 
Low Power High-Performance Computing on the BeagleBoard Platform
Low Power High-Performance Computing on the BeagleBoard PlatformLow Power High-Performance Computing on the BeagleBoard Platform
Low Power High-Performance Computing on the BeagleBoard Platform
 

Kürzlich hochgeladen

Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)simmis5
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 

Kürzlich hochgeladen (20)

Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 

A dense depth representation for vlad descriptors in

  • 1. A Dense-Depth Representation for VLAD descriptors in Content-Based Image Retrieval Federico Magliani, Tomaso Fontanini, and Andrea Prati IMP lab - University of Parma 25/10/2018 IMP Lab - University of Parma 1
  • 2. Agenda • Motivations and objectives • Related works • Proposed approach (Bag of Indexes) • Experimental results • Conclusions 25/10/2018 IMP Lab - University of Parma 2
  • 3. Motivations and objectives • The recent advances brought by deep learning allowed to improve the performance in image retrieval tasks; • Convolutional Neural Networks (CNN) allow to obtain a hierarchy of features from the evaluated image; • We introduce a new detector applied on the feature maps; • The objective is to increase the number of features in order to boost the performance of the aggregation algorithms like VLAD embedding. 25/10/2018 IMP Lab - University of Parma 3
  • 4. Agenda • Motivations and objectives • Related works • Proposed approach (Bag of Indexes) • Experimental results • Conclusions 25/10/2018 IMP Lab - University of Parma 4
  • 5. Image retrieval pipeline 25/10/2018 IMP Lab - University of Parma 5 Extraction of local features Aggregation of the extracted features Retrieval of the most similar image
  • 6. CNN codes • Feature vectors extracted from pre-trained networks: InceptionV3 in our case; • CNN codes are extracted from the 8th inception pooling layer (mixed8) 25/10/2018 IMP Lab - University of Parma 6
  • 7. Agenda • Motivations and objectives • Related works • Proposed approach (DDR) • Experimental results • Conclusions 25/10/2018 IMP Lab - University of Parma 7
  • 8. Dense-Depth representation (DDR) • VLAD-based embedding works better with dense representations; • The features are grouped into a larger set of features of lower dimensionality; • A feature map of 𝑊 × 𝐻 × 𝐷 is splitted along 𝐷 -> maintain geometrical information; • Number of descriptors: from 𝑊 × 𝐻 to 𝑊 × 𝐻 × 𝐷 𝑠𝑝𝑙𝑖𝑡𝑓𝑎𝑐𝑡𝑜𝑟 25/10/2018 IMP Lab - University of Parma 8
  • 9. Example Feature maps of 8 × 8 × 1280 with 𝑠𝑝𝑙𝑖𝑡𝑓𝑎𝑐𝑡𝑜𝑟 = 128 8 ∗ 8 ∗ 10 descriptors of 128𝐷 25/10/2018 IMP Lab - University of Parma 9 W H D D’ D’’ D’’’
  • 10. locVLAD1 • Evolution of VLAD; • Calculated through the mean of two different VLAD descriptors: • One computed on the whole image; • One computed on the central portion of the image. • The most important and useful features in the images are often in the central region; • Applied only on the query images. 25/10/2018 IMP Lab - University of Parma 10 1. Magliani, Federico, Navid Mahmoudian Bidgoli, and Andrea Prati. "A location-aware embedding technique for accurate landmark recognition." 11th International Conference on Distributed Smart Cameras. ACM, 2017.
  • 11. Agenda • Motivations and objectives • Related works • Proposed approach (Bag of Indexes) • Experimental results • Conclusions 25/10/2018 IMP Lab - University of Parma 11
  • 12. Datasets • Holidays: 1491 images subdivided in 500 classes. The database images are 991 and the query images are 500, one for every class; • Oxford5k: 5062 images. The classes are 11 and the queries are 55 (5 for each class); • Paris6k: 6412 images. The classes are 11 and the queries are 55 (5 for each class); • UKB: 10200 images subdivided in 2550 classes. All the images are used as database images and only one for category is used as a query image. 25/10/2018 IMP Lab - University of Parma 12
  • 13. Results on Holidays Network Layer Input Image DDR Root square norm. Encoding PCA-whit. mAP VGG19 block4_pool 224x224   VLAD  74.33% VGG19 block4_pool 550x550   VLAD  75.95% VGG19 block4_pool 550x550   VLAD  77.80% InceptionV3 mixed_8 450x450   VLAD  81.55% InceptionV3 mixed_8 450x450   locVLAD  84.55% InceptionV3 mixed_8 562x562   locVLAD  85.43% InceptionV3 mixed_8 562x562   locVLAD  85.98% InceptionV3 mixed_8 562x662   locVLAD  86.70% InceptionV3 mixed_8 562x662   locVLAD 128D 87.38% InceptionV3 mixed_8 562x662   locVLAD 128D 85.63% InceptionV3 mixed_8 562x662   locVLAD 256D 89.93% InceptionV3 mixed_8 562x662   locVLAD 512D 90.46% 25/10/2018 IMP Lab - University of Parma 13
  • 14. Comparison with the state of the art Method Dimension Oxford5k Paris6k Holidays UKB VLAD 4096 37.80% 38.60% 55.60% 3.18 CEVLAD 128 53.00% - 68.10% 3.093 FVLAD 128 - - 62.20% 3.43 HVLAD 128 - - 64.00% 3.40 gVLAD 128 60.00% - 77.90% - Ng et al. 128 55.80% 58.30% 83.60% - DDR locVLAD 128 57.52% 64.70% 87.38% 3.70 NetVLAD 512 59.00% 70.20% 82.90% - DDR locVLAD 512 61.46% 71.88% 90.46% 3.76 25/10/2018 IMP Lab - University of Parma 14
  • 15. Agenda • Motivations and objectives • Related works • Proposed approach (Bag of Indexes) • Experimental results • Conclusions 25/10/2018 IMP Lab - University of Parma 15
  • 16. Conclusion and future development • DDR and locVLAD outperform the state of the art related to VLAD descriptors; • Small descriptor dimension; • The future work will be on a different embedding like R-MAC; • Also, the application of fine-tuning could help to improve the final accuracy results. 25/10/2018 IMP Lab - University of Parma 16
  • 17. Thanks for your attention! • Questions? • Contacts: tomaso.fontanini@studenti.unipr.it • Website: implab.ce.unipr.it/?page_id=122 25/10/2018 IMP Lab - University of Parma 17