paper-with-me

Papers

SeeDS: Semantic Separable Diffusion Synthesizer for Zero-shot Food Detection

2023-10-07 · Pengfei Zhou, Weiqing Min, Yang Zhang, Jiajun Song, Ying Jin, Shuqiang Jiang

Food detection is becoming a fundamental task in food computing that supports various multimedia applications, including food recommendation and dietary monitoring. To deal with real-world scenarios, food detection needs to localize and recognize novel food objects that are not seen during training, demanding Zero-Shot Detection (ZSD). However, the complexity of semantic attributes and intra-class feature diversity poses challenges for ZSD methods in distinguishing fine-grained food classes. To tackle this, we propose the Semantic Separable Diffusion Synthesizer (SeeDS) framework for Zero-Shot Food Detection (ZSFD). SeeDS consists of two modules: a Semantic Separable Synthesizing Module (S$^3$M) and a Region Feature Denoising Diffusion Model (RFDDM). The S$^3$M learns the disentangled semantic representation for complex food attributes from ingredients and cuisines, and synthesizes discriminative food features via enhanced semantic information. The RFDDM utilizes a novel diffusion model to generate diversified region features and enhances ZSFD via fine-grained synthesized features. Extensive experiments show the state-of-the-art ZSFD performance of our proposed method on two food datasets, ZSFooD and UECFOOD-256. Moreover, SeeDS also maintains effectiveness on general ZSD datasets, PASCAL VOC and MS COCO. The code and dataset can be found at https://github.com/LanceZPF/SeeDS.

📄 PDF Abstract BibTeX arXiv:2310.04689

Code (1)

lancezpf/seeds 공식 구현 pytorch

Tasks

DenoisingFood recommendationGeneralized Zero-Shot Object DetectionGeneralized Zero-Shot Object Detection on MS-COCOObject DetectionZero-Shot Object Detection

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Synthesizer 설명 없음

Similar Papers 제목 키워드 기반

Diffusion Synthesizer for Efficient Multilingual Speech to Speech Translation

2024-06-14 · Nameer Hirschkind, Xiao Yu, Mahesh Kumar Nandwana, Joseph Liu 외

We introduce DiffuseST, a low-latency, direct speech-to-speech translation system capable of preserving the input speaker's voice zero-shot while translating from multiple source languages into English. We experiment wit…

Speech-to-Speech TranslationTranslation

Robust Region Feature Synthesizer for Zero-Shot Object Detection

2022-01-01 · CVPR 2022 1 · Peiliang Huang, Junwei Han, De Cheng, Dingwen Zhang

Zero-shot object detection aims at incorporating class semantic vectors to realize the detection of (both seen and) unseen classes given an unconstrained test image. In this study, we reveal the core challenges in this r…

Generalized Zero-Shot Object DetectionObjectobject-detectionObject Detection+1

Synthesizing Knowledge-enhanced Features for Real-world Zero-shot Food Detection

2024-02-14 · Pengfei Zhou, Weiqing Min, Jiajun Song, Yang Zhang 외

Food computing brings various perspectives to computer vision like vision-based food analysis for nutrition and health. As a fundamental task in food computing, food detection needs Zero-Shot Detection (ZSD) on novel uns…

AttributeGeneralized Zero-Shot Object DetectionNutritionZero-Shot Object Detection

HierSpeech++: Bridging the Gap between Semantic and Acoustic Representation of Speech by Hierarchical Variational Inference for Zero-shot Speech Synthesis

2023-11-21 · Sang-Hoon Lee, Ha-Yeong Choi, Seung-bin Kim, Seong-Whan Lee

Large language models (LLM)-based speech synthesis has been widely adopted in zero-shot speech synthesis. However, they require a large-scale data and possess the same limitations as previous autoregressive speech models…

Speech SynthesisSuper-Resolutiontext-to-speechText to Speech+2

Generating images of rare concepts using pre-trained diffusion models

2023-04-27 · Dvir Samuel, Rami Ben-Ari, Simon Raviv, Nir Darshan 외

Text-to-image diffusion models can synthesize high-quality images, but they have various limitations. Here we highlight a common failure mode of these models, namely, generating uncommon concepts and structured concepts …

Data AugmentationDiversityImage GenerationText-to-Image Generation