CVMar 8, 2020

Adaptive Semantic-Visual Tree for Hierarchical Embeddings

arXiv:2003.03707v118 citations
Originality Incremental advance
AI Analysis

This addresses a real-world e-commerce problem for consumers searching merchandise with images, though it is incremental by combining existing semantic and visual approaches.

The paper tackles the problem of fine-grained image retrieval where visual similarity alone fails to meet consumer needs, such as retrieving a coat instead of a visually similar suit, by integrating semantic hierarchy to prioritize semantic over visual similarities. They propose an Adaptive Semantic-Visual Tree (ASVT) method and a new JDProduct dataset, achieving improved results on benchmarks like CARS196 and CUB.

Merchandise categories inherently form a semantic hierarchy with different levels of concept abstraction, especially for fine-grained categories. This hierarchy encodes rich correlations among various categories across different levels, which can effectively regularize the semantic space and thus make predictions less ambiguous. However, previous studies of fine-grained image retrieval primarily focus on semantic similarities or visual similarities. In a real application, merely using visual similarity may not satisfy the need of consumers to search merchandise with real-life images, e.g., given a red coat as a query image, we might get a red suit in recall results only based on visual similarity since they are visually similar. But the users actually want a coat rather than suit even the coat is with different color or texture attributes. We introduce this new problem based on photoshopping in real practice. That's why semantic information are integrated to regularize the margins to make "semantic" prior to "visual". To solve this new problem, we propose a hierarchical adaptive semantic-visual tree (ASVT) to depict the architecture of merchandise categories, which evaluates semantic similarities between different semantic levels and visual similarities within the same semantic class simultaneously. The semantic information satisfies the demand of consumers for similar merchandise with the query while the visual information optimizes the correlations within the semantic class. At each level, we set different margins based on the semantic hierarchy and incorporate them as prior information to learn a fine-grained feature embedding. To evaluate our framework, we propose a new dataset named JDProduct, with hierarchical labels collected from actual image queries and official merchandise images on an online shopping application. Extensive experimental results on the public CARS196 and CUB-

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes