Yong Man Ro

dblp:02/1221 · also Yong-Man Ro · DBLP profile ↗
← Back
247ranked-venue papers
1as first author
91since 2021 · last 2026
0000-0001-5306-6853ORCID · verified

Domains — the database's venue-derived domains; a paper can count in several

Graphics, computer vision, multimedia, augmented reality and games · 190 · 1 first-author · 69 since 2021Artificial intelligence and machine learning · 74 · 52 since 2021Security and privacy · 15 · 2 since 2021Applied, interdisciplinary, general and emerging computing · 3Databases, data management, data science and information retrieval · 2Human-computer interaction and ubiquitous computing · 2Computer networks · 1
YearPublicationVenuePosition
2026 Emotion-Coherent Reasoning for Multimodal LLMs via Emotional Rationale Verifier
abstract
The recent advancement of Multimodal Large Language Models (MLLMs) is transforming human-computer interaction (HCI) from surface-level exchanges into more nuanced and emotionally intelligent communication. To realize this shift, emotion understanding becomes essential allowing systems to capture subtle cues underlying user intent. Furthermore, providing faithful explanations for predicted emotions is crucial to ensure interpretability and build user trust. However, current MLLM-based methods often generate emotion explanations that diverge from the ground-truth (GT) labels and sometimes even contradict their own predicted emotions. This inconsistency poses a critical risk for misunderstanding and erodes reliability in interactive settings. To address this, we propose a novel approach: the Emotional Rationale Verifier (ERV) and an Explanation Reward. Our method guides the model to produce reasoning that is explicitly consistent with the GT emotion during multimodal emotion recognition without modifying the model architecture or requiring paired video–description annotations. Our method significantly improves faithful explanation–prediction consistency and explanation emotion accuracy on the MAFW and DFEW datasets. Through extensive experiments and human evaluations, we show that our approach not only enhances alignment between explanation and prediction but also empowers MLLMs to deliver emotionally coherent, trustworthy interactions, marking a key step toward truly human-like HCI systems.
Hyeongseop Rha, Jeong Hun Yeo, Yeonju Kim, Yong Man Ro
AAAI4
2026 Adaptive integration of textual context and visual embeddings for underrepresented vision classification
Seongyeop Kim, Hyungil Kim, Yong Man Ro
Pattern Recognit.3
2026 Causal unsupervised semantic segmentation
Yong Man Ro
Pattern Recognit.3
2026 Enhanced Vision-Language Models for Diverse Sensor Understanding: Cost-Efficient Optimization and Benchmarking
abstract
Large-scale Vision-Language Models (VLMs) have achieved notable progress in aligning visual inputs with text. However, their ability to deeply understand the unique physical properties of non-RGB vision sensor images remains limited. In this paper, we revisit and analyze these limitations and introduce a novel, cost-efficient paradigm that significantly advances sensor image understanding-without requiring extensive training data or any modifications to the existing VLM architectures. Specifically, we propose Sensor-Aware Attributes Fine-Tuning (SAFT) with the Diverse Negative Attributes (DNA) optimization, which leverages minimal sensor-specific data to enable robust learning of non-RGB characteristics and overcome RGB-centric biases inherent in current VLMs. In addition, we present VS-TDX-the first comprehensive, public benchmark designed to rigorously evaluate VLMs' sensor-specific understanding across diverse and realistic scenarios. Through extensive experiments on VLMs and various sensor modalities, we validate that our method consistently delivers superior performance and generalization under resource-constrained and architecture-invariant settings. Our approach provides a practical advance towards scalable deployment of VLMs in increasingly sensor-diverse real-world environments.
Sangyun Chung, Youngjoon Yu, Youngchae Chee, Yong Man Ro
IEEE Trans. Image Process.5
2026 A Causal Lens on Non-RGB Vision Sensor Understanding in Vision-Language Models
Youngjoon Yu, Yong Man Ro
IEEE Trans. Image Process.2
2026 TMT: Tri-Modal Translation Between Speech, Image, and Text by Processing Different Modalities as Different Languages
abstract
The capability to jointly process multi-modal information is becoming essential. However, the development of multi-modal learning is hindered by the substantial computational requirements and the limited availability of paired multi-modal data. We propose a novel Tri-Modal Translation (TMT) model that translates between arbitrary modalities spanning speech, image, and text. We introduce a simple yet efficient and effective approach, treating speech and image modalities as discrete text modality and approaching multi-modal translation as a well-established machine translation problem. To this end, we tokenize speech and image data into discrete tokens, resulting in a significant reduction in computational cost. Furthermore, by incorporating back translation into multi-modal translation, unpaired data can also be utilized for training. TMT can perform six modality translation tasks and consistently outperforms its single-model counterparts. TMT significantly reduces the required data size (in bits) for training, to approximately 0.2% for speech data and 0.04% for image data, respectively.
Minsu Kim 0001, Jee-Weon Jung, Hyeongseop Rha, Soumi Maiti, Siddhant Arora, Xuankai Chang, Shinji Watanabe 0001, Yong Man Ro
IEEE Trans. Multim.8
2025 Personalized Lip Reading: Adapting to Your Unique Lip Movements with Vision and Language
abstract
Lip reading aims to predict spoken language by analyzing lip movements. Despite advancements in lip reading technologies, performance degrades when models are applied to unseen speakers due to their sensitivity to variations in visual information such as lip appearances. To address this challenge, speaker adaptive lip reading technologies have advanced by focusing on effectively adapting a lip reading model to target speakers in the visual modality. However, the effectiveness of adapting language information, such as vocabulary choice, of the target speaker has not been explored in previous works. Additionally, existing datasets for speaker adaptation have limited vocabulary sizes and pose variations, which restrict the validation of previous speaker-adaptive methods in real-world scenarios. To address these issues, we propose a novel speaker-adaptive lip reading method that adapts a pre-trained model to target speakers at both vision and language levels. Specifically, we integrate prompt tuning and the LoRA approach, applying them to a pre-trained lip reading model to effectively adapt the model to target speakers. Furthermore, to validate its effectiveness in real-world scenarios, we introduce a new dataset, VoxLRS-SA, derived from VoxCeleb2 and LRS3. It contains a vocabulary of approximately 100K words, offers diverse pose variations, and enables the validation of adaptation methods in the wild, sentence-level lip reading for the first time in English. Through various experiments, we demonstrate that the existing speaker-adaptive method also improves performance in the wild at the sentence level. Moreover, we show that the proposed method achieves larger improvements compared to the previous works.
Jeong Hun Yeo, Chae Won Kim, Hyeongseop Rha, Wen-Huang Cheng, Yong Man Ro
AAAI7
2025 SALOVA: Segment-Augmented Long Video Assistant for Targeted Retrieval and Routing in Long-Form Video Analysis
abstract
Despite advances in Large Multi-Modal Models, applying them to long and untrimmed video content remains challenging due to limitations in context length and substantial memory overhead. These constraints often lead to significant information loss and reduced relevance in the model responses. With the exponential growth of video data across web platforms, understanding long-form video is crucial for advancing generalized intelligence. In this paper, we introduce SALOVA: Segment-Augmented LOng Video Assistant, a novel video-LLM framework designed to enhance the comprehension of lengthy video content through targeted retrieval process. We address two main challenges to achieve it: (i) We present the SceneWalk dataset, a high-quality collection of 87.8K long videos, each densely captioned at the segment level to enable models to capture scene continuity and maintain rich descriptive context. (ii) We develop robust architectural designs integrating dynamic routing mechanism and spatiotemporal projector to efficiently retrieve and process relevant video segments based on user queries. Our framework mitigates the limitations of current video-LMMs by allowing for precise identification and retrieval of relevant video segments in response to queries, thereby improving the contextual relevance of the generated responses. Through extensive experiments, SALOVA demonstrates enhanced capability in processing complex long-form videos, showing significant capability to maintain contextual integrity across extended sequences.
Hosu Lee 0002, Yong Man Ro
CVPR4
2025 VLsI: Verbalized Layers-to-Interactions from Large to Small Vision Language Models
abstract
The recent surge in high-quality visual instruction tuning samples from closed-source vision-language models (VLMs) such as GPT-4V has accelerated the release of open-source VLMs across various model sizes. However, scaling VLMs to improve performance using larger models brings significant computational challenges, especially for deployment on resource-constrained devices like mobile platforms and robots. To address this, we propose VLsI: Verbalized Layers-to-Interactions, a new VLM family in 2B and 7B model sizes, which prioritizes efficiency without compromising accuracy. VLsI leverages a unique, layer-wise distillation process, introducing intermediate "verbalizers" that map features from each layer to natural language space, allowing smaller VLMs to flexibly align with the reasoning processes of larger VLMs. This approach mitigates the training instability often encountered in output imitation and goes beyond typical final-layer tuning by aligning the small VLMs’ layer-wise progression with that of the large ones. We validate VLsI across ten challenging vision-language benchmarks, achieving notable performance gains (11.0% for 2B and 17.4% for 7B) over GPT-4V without the need for model scaling, merging, or architectural changes. Project Page.
Ryo Hachiuma, Yu-Chiang Frank Wang, Yong Man Ro, Yueh-Hua Wu
CVPR4
2025 Zero-AVSR: Zero-Shot Audio-Visual Speech Recognition with LLMs by Learning Language-Agnostic Speech Representations
abstract
We explore a novel zero-shot Audio-Visual Speech Recognition (AVSR) framework, dubbed Zero-AVSR, which enables speech recognition in target languages without requiring any audio-visual speech data in those languages. Specifically, we introduce the Audio-Visual Speech Romanizer (AV-Romanizer), which learns language-agnostic speech representations by predicting Roman text. Then, by leveraging the strong multilingual modeling capabilities of Large Language Models (LLMs), we propose converting the predicted Roman text into language-specific graphemes, forming the proposed Cascaded Zero-AVSR. Taking it a step further, we explore a unified Zero-AVSR approach by directly integrating the audio-visual speech representations encoded by the AV-Romanizer into the LLM. This is achieved through finetuning the adapter and the LLM using our proposed multi-task learning scheme. To capture the wide spectrum of phonetic and linguistic diversity, we also introduce a Multilingual Audio-Visual Romanized Corpus (MARC) consisting of 2,916 hours of audio-visual speech data across 82 languages, along with transcriptions in both language-specific graphemes and Roman text. Extensive analysis and experiments confirm that the proposed Zero-AVSR framework has the potential to expand language support beyond the languages seen during the training of the AV-Romanizer.
Jeong Hun Yeo, Minsu Kim 0001, Chae Won Kim, Stavros Petridis, Yong Man Ro
ICCV5
2025 Long-Form Speech Generation with Spoken Language Models
abstract
We consider the generative modeling of speech over multiple minutes, a requirement for long-form multimedia generation and audio-native voice assistants. However, textless spoken language models struggle to generate plausible speech past tens of seconds, due to high temporal resolution of speech tokens causing loss of coherence, architectural issues with long-sequence training or extrapolation, and memory costs at inference time. From these considerations we derive SpeechSSM, the first speech language model family to learn from and sample long-form spoken audio (e.g., 16 minutes of read or extemporaneous speech) in a single decoding session without text intermediates. SpeechSSMs leverage recent advances in linear-time sequence modeling to greatly surpass current Transformer spoken LMs in coherence and efficiency on multi-minute generations while still matching them at the utterance level. As we found current spoken language evaluations uninformative, especially in this new long-form setting, we also introduce: LibriSpeech-Long, a benchmark for long-form speech evaluation; new embedding-based and LLM-judged metrics; and quality measurements over length and time. Speech samples, the LibriSpeech-Long dataset, and any future code or model releases can be found at https://google.github.io/tacotron/publications/speechssm/.
Se Jin Park, Julian Salazar, Aren Jansen, Keisuke Kinoshita, Yong Man Ro, R. J. Skerry-Ryan
ICML5
2025 Focus Where It Matters: LLM-Guided Regional Identification for Instruction-based Image Editing
Minho Park 0002, Youngjoo Jo, Jae-Hyeok Lee 0001, Dong-oh Kang, Yong Man Ro
ACM Multimedia6
2025 Unified Reinforcement and Imitation Learning for Vision-Language Models
abstract
Vision-Language Models (VLMs) have achieved remarkable progress, yet their large scale often renders them impractical for resource-constrained environments. This paper introduces Unified Reinforcement and Imitation Learning (RIL), a novel and efficient training algorithm designed to create powerful, lightweight VLMs. RIL distinctively combines the strengths of reinforcement learning with adversarial imitation learning. This enables smaller student VLMs not only to mimic the sophisticated text generation of large teacher models but also to systematically improve their generative capabilities through reinforcement signals. Key to our imitation framework is a LLM-based discriminator that adeptly distinguishes between student and teacher outputs, complemented by guidance from multiple large teacher VLMs to ensure diverse learning. This unified learning strategy, leveraging both reinforcement and imitation, empowers student models to achieve significant performance gains, making them competitive with leading closed-source VLMs. Extensive experiments on diverse vision-language benchmarks demonstrate that RIL significantly narrows the performance gap with state-of-the-art open- and closed-source VLMs and, in several instances, surpasses them.
Ryo Hachiuma, Yong Man Ro, Yu-Chiang Frank Wang, Yueh-Hua Wu
NeurIPS3
2025 Prompt Tuning of Deep Neural Networks for Speaker-Adaptive Visual Speech Recognition
abstract
Visual Speech Recognition (VSR) aims to infer speech into text depending on lip movements alone. As it focuses on visual information to model the speech, its performance is inherently sensitive to personal lip appearances and movements, and this makes the VSR models show degraded performance when they are applied to unseen speakers. In this paper, to remedy the performance degradation of the VSR model on unseen speakers, we propose prompt tuning methods of Deep Neural Networks (DNNs) for speaker-adaptive VSR. Specifically, motivated by recent advances in Natural Language Processing (NLP), we finetune prompts on adaptation data of target speakers instead of modifying the pre-trained model parameters. Different from the previous prompt tuning methods mainly limited to Transformer variant architecture, we explore different types of prompts, the addition, the padding, and the concatenation form prompts that can be applied to the VSR model which is composed of CNN and Transformer in general. With the proposed prompt tuning, we show that the performance of the pre-trained VSR model on unseen speakers can be largely improved by using a small amount of adaptation data (e.g., less than 5 minutes), even if the pre-trained model is already developed with large speaker variations. Moreover, by analyzing the performance and parameters of different types of prompts, we investigate when the prompt tuning is preferred over the finetuning methods. The effectiveness of the proposed method is evaluated on both word- and sentence-level VSR databases, LRW-ID and GRID.
Minsu Kim 0001, Hyungil Kim, Yong Man Ro
IEEE Trans. Pattern Anal. Mach. Intell.3
2025 MSCoTDet: Language-Driven Multi-Modal Fusion for Improved Multispectral Pedestrian Detection
abstract
Multispectral pedestrian detection is attractive for around-the-clock applications due to the complementary information between RGB and thermal modalities. However, current models often fail to detect pedestrians in certain cases (e.g., thermal-obscured pedestrians), particularly due to the modality bias learned from statistically biased datasets. In this paper, we investigate how to mitigate modality bias in multispectral pedestrian detection using a Large Language Model (LLM). Accordingly, we design a Multispectral Chain-of-Thought (MSCoT) prompting strategy, which prompts the LLM to perform multispectral pedestrian detection. Moreover, we propose a novel Multispectral Chain-of-Thought Detection (MSCoTDet) framework that integrates MSCoT prompting into multispectral pedestrian detection. To this end, we design a Language-driven Multi-modal Fusion (LMF) strategy that enables fusing the outputs of MSCoT prompting with the detection results of vision-based multispectral pedestrian detection models. Extensive experiments validate that MSCoTDet effectively mitigates modality biases and improves multispectral pedestrian detection.
Taeheon Kim, Sangyun Chung, Damin Yeom, Youngjoon Yu, Hak Gu Kim, Yong Man Ro
IEEE Trans. Circuits Syst. Video Technol.6
2025 Enabling Visual Object Detection With Object Sounds via Visual Modality Recalling Memory
abstract
When humans hear the sound of an object, they recall associated visual information and integrate the sound with recalled visual modality to detect the object. In this article, we present a novel sound-based object detector that mimics this process. We design a visual modality recalling (VMR) memory to recall information of a visual modality based on an audio modal input (i.e., sound). To achieve this goal, we propose a VMR loss and an audio-visual association loss to guide the VMR memory to memorize visual modal information by establishing associations between audio and visual modalities. With the visual modal information recalled through the VMR memory along with the original audio input, we perform audio-visual integration. In this step, we introduce an integrated feature contrastive loss that allows the integrated feature to be embedded as if it were encoded using both audio and visual modal inputs. This guidance enables our sound-based object detector to effectively perform visual object detection even when only sound is provided. We believe that our work is a cornerstone study that offers a new perspective to conventional object detection studies that solely rely on the visual modality. Comprehensive experimental results demonstrate the effectiveness of the proposed method with the VMR memory.
Jung Uk Kim, Yong Man Ro
IEEE Trans. Neural Networks Learn. Syst.2
2025 Advancing Causal Intervention in Image Captioning With Causal Prompt
abstract
This article introduces a novel approach, called causal prompting network (CPNet), to enhance the causal intervention in the context of image captioning. By leveraging visual prompt engineering in the feature space, this method aims to achieve superior performance in causal intervention tasks. Since CPNet is highly flexible and adaptable, it can be incorporated into any existing causal intervention-based image captioning framework. Specifically, two types of visual prompts-causal region of interest (RoI) prompt (CRP) and causal matching prompt (CMP)-are employed to refine the feature representations effectively. CRP is utilized on the RoI feature of the object feature to enhance RoI features with deconfounded causal features. Meanwhile, CMP is used to strengthen the contextual representation of confounders linked to image captioning tasks. To evaluate the proposed CPNet's effectiveness, an extensive range of experiments are conducted on the popular microsoft common objects in context dataset (MS-COCO) and Flickr30k datasets, and the results are validated using the Karpathy split. Experimental results demonstrate that the proposed CPNet surpasses the performance of other state-of-the-art (SOTA) image captioning methods.
Youngjoon Yu, Yeonju Kim, Yong Man Ro
IEEE Trans. Neural Networks Learn. Syst.3
2024 Improving Open Set Recognition via Visual Prompts Distilled from Common-Sense Knowledge
abstract
Open Set Recognition (OSR) poses significant challenges in distinguishing known from unknown classes. In OSR, the overconfidence problem has become a persistent obstacle, where visual recognition models often misclassify unknown objects as known objects with high confidence. This issue stems from the fact that visual recognition models often lack the integration of common-sense knowledge, a feature that is naturally present in language-based models but lacking in visual recognition systems. In this paper, we propose a novel approach to enhance OSR performance by distilling common-sense knowledge into visual prompts. Utilizing text prompts that embody common-sense knowledge about known classes, the proposed visual prompt is learned by extracting semantic common-sense features and aligning them with image features from visual recognition models. The unique aspect of this work is the training of individual visual prompts for each class to encapsulate this common-sense knowledge. Our methodology is model-agnostic, capable of enhancing OSR across various visual recognition models, and computationally light as it focuses solely on training the visual prompts. This research introduces a method for addressing OSR, aiming at a more systematic integration of visual recognition systems with common-sense knowledge. The obtained results indicate an enhancement in recognition accuracy, suggesting the applicability of this approach in practical settings.
Seongyeop Kim, Hyungil Kim, Yong Man Ro
AAAI3
2024 Let's Go Real Talk: Spoken Dialogue Model for Face-to-Face Conversation
abstract
In this paper, we introduce a novel Face-to-Face spoken dialogue model.It processes audio-visual speech from user input and generates audio-visual speech as the response, marking the initial step towards creating an avatar chatbot system without relying on intermediate text.To this end, we newly introduce MultiDialog, the first large-scale multimodal (i.e., audio and visual) spoken dialogue corpus containing 340 hours of approximately 9,000 dialogues, recorded based on the open domain dialogue dataset, TopicalChat.The MultiDialog contains parallel audio-visual recordings of conversation partners acting according to the given script with emotion annotations, which we expect to open up research opportunities in multimodal synthesis.Our Face-to-Face spoken dialogue model incorporates a textually pretrained large language model and adapts it into the audio-visual spoken dialogue domain by incorporating speech-text joint pretraining.Through extensive experiments, we validate the effectiveness of our model in facilitating a face-to-face conversation.
Se Jin Park, Chae Won Kim, Hyeongseop Rha, Minsu Kim 0001, Joanna Hong, Jeong Hun Yeo, Yong Man Ro
ACL (1)7
2024 AV2AV: Direct Audio-Visual Speech to Audio-Visual Speech Translation with Unified Audio-Visual Speech Representation
abstract
This paper proposes a novel direct Audio-Visual Speech to Audio-Visual Speech Translation (AV2AV) framework, where the input and output of the system are multimodal (i.e., audio and visual speech). With the proposed AV2AV, two key advantages can be brought: 1) We can perform real-like conversations with individuals worldwide in a virtual meeting by utilizing our own primary languages. In contrast to Speech-to-Speech Translation (A2A), which solely translates between audio modalities, the proposed AV2AV directly translates between audio-visual speech. This capability enhances the dialogue experience by presenting synchronized lip movements along with the translated speech. 2) We can improve the robustness of the spoken language translation system. By employing the complementary information of audio-visual speech, the system can effectively translate spoken language even in the presence of acoustic noise, showcasing robust performance. To mitigate the problem of the absence of a parallel AV2AV translation dataset, we propose to train our spoken language translation system with the audio-only dataset of A2A. This is done by learning unified audio-visual speech representations through self-supervised learning in advance to train the translation system. Moreover, we propose an AV-Renderer that can generate raw audio and video in parallel. It is designed with zero-shot speaker modeling, thus the speaker in source audio-visual speech can be maintained at the target translated audio-visual speech. The effectiveness of AV2AV is evaluated with extensive experiments in a many-to-many language translation setting. Demo page is available on choijeongsoo.github.io/av2av.
Jeongsoo Choi, Se Jin Park, Minsu Kim 0001, Yong Man Ro
CVPR4
2024 Causal Mode Multiplexer: A Novel Framework for Unbiased Multispectral Pedestrian Detection
abstract
RGBT multispectral pedestrian detection has emerged as a promising solution for safety-critical applications that require day/night operations. However, the modality bias problem remains unsolved as multispectral pedestrian detectors learn the statistical bias in datasets. Specifically, datasets in multispectral pedestrian detection mainly distribute between ROTO11R⋆T⋆ refers to the visibility (O/X) in each modality. Generally, ROTO refers to daytime images, and RXTO refers to nighttime images. ROTX refers to daytime images in obscured situations. (day) and RXTO (night) data; the majority of the pedestrian labels statistically co-occur with their thermal features. As a result, multispectral pedestrian detectors show poor generalization ability on examples beyond this statistical correlation, such as ROTX data. To address this problem, we propose a novel Causal Mode Multiplexer (CMM) framework that effectively learns the causalities between multispectral inputs and predictions. Moreover, we construct a new dataset (ROTX-MP) to evaluate modality bias in multispectral pedestrian detection. ROTX-MP mainly includes ROTX examples not presented in previous datasets. Extensive experiments demonstrate that our proposed CMM framework generalizes well on existing datasets (KAIST, CVC-14, FLIR) and the new ROTX-MP. Our code and dataset are available at: https://github.com/ssbin0914/Causal-Mode-Multiplexer.git.
Taeheon Kim, Sebin Shin, Youngjoon Yu, Hak Gu Kim, Yong Man Ro
CVPR5
2024 MoAI: Mixture of All Intelligence for Large Language and Vision Models
Beomchan Park, Chae Won Kim, Yong Man Ro
ECCV (49)4
2024 TroL: Traversal of Layers for Large Language and Vision Models
abstract
Large language and vision models (LLVMs) have been driven by the generalization power of large language models (LLMs) and the advent of visual instruction tuning.Along with scaling them up directly, these models enable LLVMs to showcase powerful vision language (VL) performances by covering diverse tasks via natural language instructions.However, existing open-source LLVMs that perform comparably to closed-source LLVMs such as GPT-4V are often considered too large (e.g., 26B, 34B, and 110B parameters), having a larger number of layers.These large models demand costly, high-end resources for both training and inference.To address this issue, we present a new efficient LLVM family with 1.8B, 3.8B, and 7B LLM model sizes, Traversal of Layers ( TroL), which enables the reuse of layers in a token-wise manner.This layer traversing technique simulates the effect of looking back and retracing the answering stream while increasing the number of forward propagation layers without physically adding more layers.We demonstrate that TroL employs a simple layer traversing approach yet efficiently outperforms the open-source LLVMs with larger model sizes and rivals the performances of the closed-source LLVMs with substantial sizes.Code is available in https://github.com/ByungKwanLee/TroL.
Sangyun Chung, Chae Won Kim, Beomchan Park, Yong Man Ro
EMNLP5
2024 Text-Driven Talking Face Synthesis by Reprogramming Audio-Driven Models
abstract
In this paper, we present a method for reprogramming pre-trained audio-driven talking face synthesis models to operate in a text-driven manner. Consequently, we can easily generate face videos that articulate the provided textual sentences, eliminating the necessity of recording speech for each inference, as required in the audio-driven model. To this end, we propose to embed the input text into the learned audio latent space of the pre-trained audio-driven model, while preserving the face synthesis capability of the original pretrained model. Specifically, we devise a Text-to-Audio Embedding Module (TAEM) which maps a given text input into the audio latent space by modeling pronunciation and duration characteristics. Furthermore, to consider the speaker characteristics in audio while using text inputs, TAEM is designed to accept a visual speaker embedding. The visual speaker embedding is derived from a single target face image and enables improved mapping of input text to the learned audio latent space by incorporating the speaker characteristics inherent in the audio. The main advantages of the proposed framework are that 1) it can be applied to diverse audio-driven talking face synthesis models and 2) we can generate talking face videos with either text inputs or audio inputs with high flexibility.
Jeongsoo Choi, Minsu Kim 0001, Se Jin Park, Yong Man Ro
ICASSP4
2024 Persona Extraction Through Semantic Similarity for Emotional Support Conversation Generation
abstract
Providing emotional support through dialogue systems is becoming increasingly important in today’s world, as it can support both mental health and social interactions in many conversation scenarios. Previous works have shown that using persona is effective for generating empathetic and supportive responses. They have often relied on pre-provided persona rather than inferring them during conversations. However, it is not always possible to obtain a user persona before the conversation begins. To address this challenge, we propose PESS (Persona Extraction through Semantic Similarity), a novel framework that can automatically infer informative and consistent persona from dialogues. We devise completeness loss and consistency loss based on semantic similarity scores. The completeness loss encourages the model to generate missing persona information, and the consistency loss guides the model to distinguish between consistent and inconsistent persona. Our experimental results demonstrate that high-quality persona information inferred by PESS is effective in generating emotionally supportive responses.
Se Jin Park, Chae Won Kim, Yong Man Ro
ICASSP4
2024 Towards Practical and Efficient Image-to-Speech Captioning with Vision-Language Pre-Training and Multi-Modal Tokens
abstract
In this paper, we propose methods to build a powerful and efficient Image-to-Speech captioning (Im2Sp) model. To this end, we start with importing the rich knowledge related to image comprehension and language modeling from a large-scale pre-trained vision-language model into Im2Sp. We set the output of the proposed Im2Sp as discretized speech units, i.e., the quantized speech features of a self-supervised speech model. The speech units mainly contain linguistic information while suppressing other characteristics of speech. This allows us to incorporate the language modeling capability of the pre-trained vision-language model into the spoken language modeling of Im2Sp. With the vision-language pre-training strategy, we set new state-of-the-art Im2Sp performances on two widely used benchmark databases, COCO and Flickr8k. Then, we further improve the efficiency of the Im2Sp model. Similar to the speech unit case, we convert the original image into image units, which are derived through vector quantization of the raw image. With these image units, we can drastically reduce the required data storage for saving image data to just 0.8% when compared to the original image data in terms of bits. Demo page: bit.ly/3Z9T6LJ.
Minsu Kim 0001, Jeongsoo Choi, Soumi Maiti, Jeong Hun Yeo, Shinji Watanabe 0001, Yong Man Ro
ICASSP6
2024 Exploring Phonetic Context-Aware Lip-Sync for Talking Face Generation
abstract
Talking face generation is the challenging task of synthesizing a natural and realistic face that requires accurate synchronization with a given audio. Due to co-articulation, where an isolated phone is influenced by the preceding or following phones, the articulation of a phone varies upon the phonetic context. Therefore, modeling lip motion with the phonetic context can generate more spatio-temporally aligned lip movement. In this respect, we investigate the phonetic context in generating lip motion for talking face generation. We propose Context-Aware Lip-Sync framework (CALS), which explicitly leverages phonetic context to generate lip movement of the target face. CALS is comprised of an Audio-to-Lip module and a Lip-to-Face module. The former is pretrained based on masked learning to map each phone to a contextualized lip motion unit. The contextualized lip motion unit then guides the latter in synthesizing a target identity with context-aware lip motion. From extensive experiments, we verify that simply exploiting the phonetic context in the proposed CALS framework effectively enhances spatio-temporal alignment. We also demonstrate the extent to which the phonetic context assists in lip synchronization and find the effective window size for lip generation to be approximately 1.2 seconds.
Se Jin Park, Minsu Kim 0001, Jeongsoo Choi, Yong Man Ro
ICASSP4
2024 Visual Speech Recognition for Languages with Limited Labeled Data Using Automatic Labels from Whisper
abstract
This paper proposes a powerful Visual Speech Recognition (VSR) method for multiple languages, especially for low-resource languages that have a limited number of labeled data. Different from previous methods that tried to improve the VSR performance for the target language by using knowledge learned from other languages, we explore whether we can increase the amount of training data itself for the different languages without human intervention. To this end, we employ a Whisper model which can conduct both language identification and audio-based speech recognition. It serves to filter data of the desired languages and transcribe labels from the unannotated, multilingual audio-visual data pool. By comparing the performances of VSR models trained on automatic labels and the human-annotated labels, we show that we can achieve similar VSR performance to that of human-annotated labels even without utilizing human annotations. Through the automated labeling process, we label large-scale unlabeled multilingual databases, VoxCeleb2 and AVSpeech, producing 1,002 hours of data for four low VSR resource languages, French, Italian, Spanish, and Portuguese. With the automatic labels, we achieve new state-of-the-art performance on mTEDx in four languages, significantly surpassing the previous methods. The automatic labels are available online: bit.ly/3Lajr6w
Jeong Hun Yeo, Minsu Kim 0001, Shinji Watanabe 0001, Yong Man Ro
ICASSP4
2024 Weather-Aware Drone-View Object Detection Via Environmental Context Understanding
abstract
Drone-view object detection has shown noticeable performances and has been adopted by various real-world applications. However, there exist still several problems to be handled for its safe usage. While most existing methods have tried to manage a variety of object scales, there are very few works to deal with diverse weather conditions. Therefore, in this paper, we propose a novel approach to build a drone-view object detector robust against the adverse effects of diverse environmental factors, such as foggy, rainy, and low illumination. To this end, we generated a weather content feature set using a multimodal large language model (MLLM), to describe diverse weather, illumination, and visibility conditions. These features are then adaptively selected based on the input image and applied to the detection framework to recognize the environmental semantics in the given visual images. Hereby, a detection framework can have environmental context understanding capability in drone-view images. With the comprehensive experiments and analysis, we corroborate the effectiveness of the proposed method showing the robustness against adverse weather conditions.
Dahye Lee, Sungjune Park, Yong Man Ro
ICIP4
2024 Efficient Training for Multilingual Visual Speech Recognition: Pre-training with Discretized Visual Speech Representation
abstract
This paper explores sentence-level multilingual Visual Speech Recognition (VSR) that can recognize different languages with a single trained model. As the massive multilingual modeling of visual data requires huge computational costs, we propose a novel efficient training strategy, processing with visual speech units. Through analysis, we confirm that the visual speech units mainly contain viseme information while suppressing non-linguistic information. By using the visual speech units as the inputs of our system, we propose to pre-train a VSR model to predict corresponding text outputs on multilingual data. As both the inputs (i.e., visual speech units) and outputs (i.e., text) are discrete, we can greatly improve the training efficiency compared to the standard VSR training. Specifically, the input data size is reduced to 0.016% of the original video inputs. In addition, to stabilize the training, we apply curriculum learning where the inputs of the system begin with audio-visual speech units and gradually transition to visual speech units. After pre-training, the model is finetuned on continuous features. We set new state-of-the-art multilingual VSR performances by achieving comparable performances to the previous language-specific VSR models, with a single trained model.
Minsu Kim 0001, Jeong Hun Yeo, Se Jin Park, Hyeongseop Rha, Yong Man Ro
ACM Multimedia5
2024 CODE: Contrasting Self-generated Description to Combat Hallucination in Large Multi-modal Models
abstract
Large Multi-modal Models (LMMs) have recently demonstrated remarkable abilities in visual context understanding and coherent response generation. However, alongside these advancements, the issue of hallucinations has emerged as a significant challenge, producing erroneous responses that are unrelated to the visual contents. In this paper, we introduce a novel contrastive-based decoding method, COuntering DEscription Contrastive Decoding (CODE), which leverages self-generated descriptions as contrasting references during the decoding phase of LMMs to address hallucination issues. CODE utilizes the comprehensive descriptions from model itself as visual counterpart to correct and improve response alignment with actual visual content. By dynamically adjusting the information flow and distribution of next-token predictions in the LMM's vocabulary, CODE enhances the coherence and informativeness of generated responses. Extensive experiments demonstrate that our method significantly reduces hallucinations and improves cross-modal consistency across various benchmarks and cutting-edge LMMs. Our method provides a simple yet effective decoding strategy that can be integrated to existing LMM frameworks without additional training.
Yeonju Kim, Yong Man Ro
NeurIPS4
2024 Meteor: Mamba-based Traversal of Rationale for Large Language and Vision Models
abstract
The rapid development of large language and vision models (LLVMs) has been driven by advances in visual instruction tuning. Recently, open-source LLVMs have curated high-quality visual instruction tuning datasets and utilized additional vision encoders or multiple computer vision models in order to narrow the performance gap with powerful closed-source LLVMs. These advancements are attributed to multifaceted information required for diverse capabilities, including fundamental image understanding, real-world knowledge about common-sense and non-object concepts (e.g., charts, diagrams, symbols, signs, and math problems), and step-by-step procedures for solving complex questions. Drawing from the multifaceted information, we present a new efficient LLVM, Mamba-based traversal of rationales (Meteor), which leverages multifaceted rationale to enhance understanding and answering capabilities. To embed lengthy rationales containing abundant information, we employ the Mamba architecture, capable of processing sequential data with linear time complexity. We introduce a new concept of traversal of rationale that facilitates efficient embedding of rationale. Subsequently, the backbone multimodal language model (MLM) is trained to generate answers with the aid of rationale. Through these steps, Meteor achieves significant improvements in vision language performances across multiple evaluation benchmarks requiring diverse capabilities, without scaling up the model size or employing additional vision encoders and computer vision models.
Chae Won Kim, Beomchan Park, Yong Man Ro
NeurIPS4
2024 Text-guided distillation learning to diversify video embeddings for text-video retrieval
Sangmin Lee 0001, Hyungil Kim, Yong Man Ro
Pattern Recognit.3
2024 Robust pedestrian detection via constructing versatile pedestrian knowledge bank
abstract
Pedestrian detection is a crucial field of computer vision research which can be adopted in various real-world applications ( e.g., self-driving systems). However, despite noticeable evolution of pedestrian detection, pedestrian representations learned within a detection framework are usually limited to particular scene data in which they were trained. Therefore, in this paper, we propose a novel approach to construct versatile pedestrian knowledge bank containing representative pedestrian knowledge which can be applicable to various detection frameworks and adopted in diverse scenes. We extract generalized pedestrian knowledge from a large-scale pretrained model, and we curate them by quantizing most representative features and guiding them to be distinguishable from background scenes. Finally, we construct versatile pedestrian knowledge bank which is composed of such representations, and then we leverage it to complement and enhance pedestrian features within a pedestrian detection framework. Through comprehensive experiments, we validate the effectiveness of our method, demonstrating its versatility and outperforming state-of-the-art detection performances.
Sungjune Park, Yong Man Ro
Pattern Recognit.3
2024 Textless Unit-to-Unit Training for Many-to-Many Multilingual Speech-to-Speech Translation
abstract
This paper proposes a textless training method for many-to-many multilingual speech-to-speech translation that can also benefit the transfer of pre-trained knowledge to text-based systems, text-to-speech synthesis and text-to-speech translation. To this end, we represent multilingual speech with speech units that are the discretized representations of speech features derived from a self-supervised speech model. By treating the speech units as pseudo-text, we can focus on the linguistic content of the speech, which can be easily associated with both speech and text modalities at the phonetic level information. By setting both the inputs and outputs of our learning problem as speech units, we propose to train an encoder-decoder model in a many-to-many spoken language translation setting, namely Unit-to-Unit Translation (UTUT). Specifically, the encoder is conditioned on the source language token to correctly understand the input spoken language, while the decoder is conditioned on the target language token to generate the translated speech in the target language. Therefore, during the training, the model can build the knowledge of how languages are comprehended and how to relate them to different languages. Since speech units can be easily associated from both audio and text by quantization and phonemization respectively, the trained model can easily transferred to text-related tasks, even if it is trained in a textless manner. We demonstrate that the proposed UTUT model can be effectively utilized not only for Speech-to-Speech Translation (S2ST) but also for multilingual Text-to-Speech Synthesis (T2S) and Text-to-Speech Translation (T2ST), requiring only minimal fine-tuning steps on text inputs. By conducting comprehensive experiments encompassing various languages, we validate the efficacy of the proposed method across diverse multilingual tasks. Moreover, thanks to the many-to-many language training, we show that the UTUT can also perform language translations for novel language pairs that are not present during training as pairs, which has not well been explored in the previous literature.
Minsu Kim 0001, Jeongsoo Choi, Dahun Kim, Yong Man Ro
IEEE ACM Trans. Audio Speech Lang. Process.4
2024 Integrating Language-Derived Appearance Elements With Visual Cues in Pedestrian Detection
abstract
Large language models (LLMs) have shown their capabilities in understanding contextual and semantic information regarding knowledge of instance appearances. In this paper, we introduce a novel approach to utilize the strengths of LLMs in understanding contextual appearance variations and to leverage this knowledge into a vision model (here, pedestrian detection). While pedestrian detection is considered one of the crucial tasks directly related to our safety (e.g., intelligent driving systems), it is challenging because of varying appearances and poses in diverse scenes. Therefore, we propose to formulate language-derived appearance elements and incorporate them with visual cues in pedestrian detection. To this end, we establish a description corpus that includes numerous narratives describing various appearances of pedestrians and other instances. By feeding them through an LLM, we extract appearance knowledge sets that contain the representations of appearance variations. Subsequently, we perform a task-prompting process to obtain appearance elements which are guided representative appearance knowledge relevant to a downstream pedestrian detection task. The obtained knowledge elements are adaptable to various detection frameworks, so that we can provide plentiful appearance information by integrating the language-derived appearance elements with visual cues within a detector. Through comprehensive experiments with various pedestrian detectors, we verify the adaptability and effectiveness of our method showing noticeable performance gains and achieving state-of-the-art detection performance on two public pedestrian detection benchmarks (i.e.,CrowdHumanandWiderPedestrian).
Sungjune Park, Yong Man Ro
IEEE Trans. Circuits Syst. Video Technol.3
2024 Defending Video Recognition Model Against Adversarial Perturbations via Defense Patterns
abstract
Deep Neural Networks (DNNs) have been widely successful in various domains, but they are vulnerable to adversarial attacks. Recent studies have also demonstrated that video recognition models are susceptible to adversarial perturbations, but the existing defense strategies in the image domain do not transfer well to the video domain due to the lack of considering temporal development and require a high computational cost for training video recognition models. This paper, first, investigates the temporal vulnerability of video recognition models by quantifying the effect of temporal perturbations on the model's performance. Based on these investigations, we propose Defense Patterns (DPs) that can effectively protect video recognition models by adding them to the input video frames. The DPs are generated on top of a pre-trained model, eliminating the need for retraining or fine-tuning, which significantly reduces the computational cost. Experimental results on two benchmark datasets and various action recognition models demonstrate the effectiveness of the proposed method in enhancing the robustness of video recognition models.
Hong Joo Lee 0001, Yong Man Ro
IEEE Trans. Dependable Secur. Comput.2
2024 AKVSR: Audio Knowledge Empowered Visual Speech Recognition by Compressing Audio Knowledge of a Pretrained Model
abstract
Visual Speech Recognition (VSR) is the task of predicting spoken words from silent lip movements. VSR is regarded as a challenging task because of the insufficient information on lip movements. In this paper, we propose an Audio Knowledge empowered Visual Speech Recognition framework (AKVSR) to complement the insufficient speech information of visual modality by using audio modality. Different from the previous methods, the proposed AKVSR 1) utilizes rich audio knowledge encoded by a large-scale pretrained audio model, 2) saves the linguistic information of audio knowledge in compact audio memory by discarding the non-linguistic information from the audio through quantization, and 3) includes Audio Bridging Module which can find the best-matched audio features from the compact audio memory, which makes our training possible without audio inputs, once after the compact audio memory is composed. We validate the effectiveness of the proposed method through extensive experiments, and achieve new state-of-the-art performances on the widely-used LRS3 dataset.
Jeong Hun Yeo, Minsu Kim 0001, Jeongsoo Choi, Dae Hoe Kim, Yong Man Ro
IEEE Trans. Multim.5
2024 Advancing Adversarial Training by Injecting Booster Signal
abstract
Recent works have demonstrated that deep neural networks (DNNs) are highly vulnerable to adversarial attacks. To defend against adversarial attacks, many defense strategies have been proposed, among which adversarial training (AT) has been demonstrated to be the most effective strategy. However, it has been known that AT sometimes hurts natural accuracy. Then, many works focus on optimizing model parameters to handle the problem. Different from the previous approaches, in this article, we propose a new approach to improve the adversarial robustness using an external signal rather than model parameters. In the proposed method, a well-optimized universal external signal called a booster signal is injected into the outside of the image which does not overlap with the original content. Then, it boosts both adversarial robustness and natural accuracy. The booster signal is optimized in parallel to model parameters step by step collaboratively. Experimental results show that the booster signal can improve both the natural and robust accuracies over the recent state-of-the-art AT methods. Also, optimizing the booster signal is general and flexible enough to be adopted on any existing AT methods.
Hong Joo Lee 0001, Youngjoon Yu, Yong Man Ro
IEEE Trans. Neural Networks Learn. Syst.3
2023 Deep Visual Forced Alignment: Learning to Align Transcription with Talking Face Video
abstract
Forced alignment refers to a technology that time-aligns a given transcription with a corresponding speech. However, as the forced alignment technologies have developed using speech audio, they might fail in alignment when the input speech audio is noise-corrupted or is not accessible. We focus on that there is another component that the speech can be inferred from, the speech video (i.e., talking face video). Since the drawbacks of audio-based forced alignment can be complemented using the visual information when the audio signal is under poor condition, we try to develop a novel video-based forced alignment method. However, different from audio forced alignment, it is challenging to develop a reliable visual forced alignment technology for the following two reasons: 1) Visual Speech Recognition (VSR) has a much lower performance compared to audio-based Automatic Speech Recognition (ASR), and 2) the translation from text to video is not reliable, so the method typically used for building audio forced alignment cannot be utilized in developing visual forced alignment. In order to alleviate these challenges, in this paper, we propose a new method that is appropriate for visual forced alignment, namely Deep Visual Forced Alignment (DVFA). The proposed DVFA can align the input transcription (i.e., sentence) with the talking face video without accessing the speech audio. Moreover, by augmenting the alignment task with anomaly case detection, DVFA can detect mismatches between the input transcription and the input video while performing the alignment. Therefore, we can robustly align the text with the talking face video even if there exist error words in the text. Through extensive experiments, we show the effectiveness of the proposed DVFA not only in the alignment task but also in interpreting the outputs of VSR models.
Minsu Kim 0001, Chae Won Kim, Yong Man Ro
AAAI3
2023 Multispectral Invisible Coating: Laminated Visible-Thermal Physical Attack against Multispectral Object Detectors Using Transparent Low-E Films
abstract
Multispectral object detection plays a vital role in safety-critical vision systems that require an around-the-clock operation and encounter dynamic real-world situations(e.g., self-driving cars and autonomous surveillance systems). Despite its crucial competence in safety-related applications, its security against physical attacks is severely understudied. We investigate the vulnerability of multispectral detectors against physical attacks by proposing a new physical method: Multispectral Invisible Coating. Utilizing transparent Low-e films, we realize a laminated visible-thermal physical attack by attaching Low-e films over a visible attack printing. Moreover, we apply our physical method to manufacture a Multispectral Invisible Suit that hides persons from the multiple view angles of Multispectral detectors. To simulate our attack under various surveillance scenes, we constructed a large-scale multispectral pedestrian dataset which we will release in public. Extensive experiments show that our proposed method effectively attacks the state-of-the-art multispectral detector both in the digital space and the physical world.
Taeheon Kim, Youngjoon Yu, Yong Man Ro
AAAI3
2023 Watch or Listen: Robust Audio-Visual Speech Recognition with Visual Corruption Modeling and Reliability Scoring
abstract
This paper deals with Audio-Visual Speech Recognition (AVSR) under multimodal input corruption situations where audio inputs and visual inputs are both corrupted, which is not well addressed in previous research directions. Previous studies have focused on how to complement the corrupted audio inputs with the clean visual inputs with the assumption of the availability of clean visual inputs. However, in real life, clean visual inputs are not always accessible and can even be corrupted by occluded lip regions or noises. Thus, we firstly analyze that the previous AVSR models are not indeed robust to the corruption of multimodal input streams, the audio and the visual inputs, compared to uni-modal models. Then, we design multimodal input corruption modeling to develop robust AVSR models. Lastly, we propose a novel AVSR framework, namely Audio-Visual Reliability Scoring module (AV-RelScore), that is robust to the corrupted multimodal inputs. The AV-RelScore can determine which input modal stream is reliable or not for the prediction and also can exploit the more reliable streams in prediction. The effectiveness of the proposed method is evaluated with comprehensive experiments on popular benchmark databases, LRS2 and LRS3. We also show that the reliability scores obtained by AV-RelScore well reflect the degree of corruption and make the proposed model focus on the reliable multimodal representations.
Joanna Hong, Minsu Kim 0001, Jeongsoo Choi, Yong Man Ro
CVPR4
2023 Demystifying Causal Features on Adversarial Examples and Causal Inoculation for Robust Network by Adversarial Instrumental Variable Regression
abstract
The origin of adversarial examples is still inexplicable in research fields, and it arouses arguments from various view-points, albeit comprehensive investigations. In this paper, we propose a way of delving into the unexpected vulnerability in adversarially trained networks from a causal perspective, namely adversarial instrumental variable (IV) regression. By deploying it, we estimate the causal relation of adversarial prediction under an unbiased environment dissociated from unknown confounders. Our approach aims to demystify inherent causal features on adversarial examples by leveraging a zero-sum optimization game between a casual feature estimator (i.e., hypothesis model) and worst-case counterfactuals (i.e., test function) disturbing to find causal features. Through extensive analyses, we demonstrate that the estimated causal features are highly related to the correct prediction for adversarial robustness, and the counterfactuals exhibit extreme features significantly deviating from the correct prediction. In addition, we present how to effectively inoculate CAusal FEatures (CAFE) into defense networks for improving adversarial robustness.
Yong Man Ro
CVPR3
2023 Lip-to-Speech Synthesis in the Wild with Multi-Task Learning
abstract
Recent studies have shown impressive performance in Lip-to-speech synthesis that aims to reconstruct speech from visual information alone. However, they have been suffering from synthesizing accurate speech in the wild, due to insufficient supervision for guiding the model to infer the correct content. Distinct from the previous methods, in this paper, we develop a powerful Lip2Speech method that can reconstruct speech with correct contents from the input lip movements, even in a wild environment. To this end, we design multitask learning that guides the model using multimodal supervision, i.e. text and audio, to complement the insufficient word representations of acoustic feature reconstruction loss. Thus, the proposed framework brings the advantage of synthesizing speech containing the right content of multiple speakers with unconstrained sentences. We verify the effectiveness of the proposed method using LRS2, LRS3, and LRW datasets.
Minsu Kim 0001, Joanna Hong, Yong Man Ro
ICASSP3
2023 Similarity Relation Preserving Cross-Modal Learning for Multispectral Pedestrian Detection Against Adversarial Attacks
abstract
Although multispectral pedestrian detection studies have shown remarkable detection performances, they are still vulnerable to adversarial attacks. We see the similarity relations between object candidates were not maintained because of the adversarial attacks, resulting in performance degradation. In this paper, we introduce a new method that can preserve the similarity relation between candidates against adversarial attacks using multispectral knowledge. First, we propose Similarity Relation Generation (SRG) module to generate the optimal similarity relation between clean candidates by referring to the two modalities (color and thermal). Second, we propose Adversarial Similarity Relation Preserving (ASRP) module to guide the similarity relation between adversarial candidates to be similar to that of the clean candidates. By maintaining the relationship between candidates, our multispectral detector can distinguish between pedestrian/background classes even in adversarial attacks. Comprehensive experimental results show that our method conspicuously improves the adversarial robustness.
Jung Uk Kim, Yong Man Ro
ICASSP2
2023 Multi-Temporal Lip-Audio Memory for Visual Speech Recognition
abstract
Visual Speech Recognition (VSR) is a task to predict a sentence or word from lip movements. Some works have been recently presented which use audio signals to supplement visual information. However, existing methods utilize only limited information such as phoneme-level features and soft labels of Automatic Speech Recognition (ASR) networks. In this paper, we present a Multi-Temporal Lip-Audio Memory (MTLAM) that makes the best use of audio signals to complement insufficient information of lip movements. The proposed method is mainly composed of two parts: 1) MT-LAM saves multi-temporal audio features produced from short- and long-term audio signals, and the MTLAM memorizes a visual-to-audio mapping to load stored multi-temporal audio features from visual features at the inference phase. 2) We design an audio temporal model to produce multi-temporal audio features capturing the context of neighboring words. In addition, to construct effective visual-to-audio mapping, the audio temporal models can generate audio features time-aligned with visual features. Through extensive experiments, we validate the effectiveness of the MTLAM achieving state-of-the-art performances on two public VSR datasets.
Jeong Hun Yeo, Minsu Kim 0001, Yong Man Ro
ICASSP3
2023 DiffV2S: Diffusion-based Video-to-Speech Synthesis with Vision-guided Speaker Embedding
abstract
Recent research has demonstrated impressive results in video-to-speech synthesis which involves reconstructing speech solely from visual input. However, previous works have struggled to accurately synthesize speech due to a lack of sufficient guidance for the model to infer the correct content with the appropriate sound. To resolve the issue, they have adopted an extra speaker embedding as a speaking style guidance from a reference auditory information. Nevertheless, it is not always possible to obtain the audio information from the corresponding video input, especially during the inference time. In this paper, we present a novel vision-guided speaker embedding extractor using a self-supervised pretrained model and prompt tuning technique. In doing so, the rich speaker embedding information can be produced solely from input visual information, and the extra audio information is not necessary during the inference time. Using the extracted vision-guided speaker embedding representations, we further develop a diffusion-based video-to-speech synthesis model, so called DiffV2S, conditioned on those speaker embeddings and the visual representation extracted from the input video. The proposed DiffV2S not only maintains phoneme details contained in the input video frames, but also creates a highly intelligible mel-spectrogram in which the speaker identities of the multiple speakers are all preserved. Our experimental results show that DiffV2S achieves the state-of-the-art performance compared to the previous video-to-speech synthesis technique.
Jeongsoo Choi, Joanna Hong, Yong Man Ro
ICCV3
2023 Lip Reading for Low-resource Languages by Learning and Combining General Speech Knowledge and Language-specific Knowledge
abstract
This paper proposes a novel lip reading framework, especially for low-resource languages, which has not been well addressed in the previous literature. Since low-resource languages do not have enough video-text paired data to train the model to have sufficient power to model lip movements and language, it is regarded as challenging to develop lip reading models for low-resource languages. In order to mitigate the challenge, we try to learn general speech knowledge, the ability to model lip movements, from a high-resource language through the prediction of speech units. It is known that different languages partially share common phonemes, thus general speech knowledge learned from one language can be extended to other languages. Then, we try to learn language-specific knowledge, the ability to model language, by proposing Language-specific Memory-augmented Decoder (LMDecoder). LMDecoder saves language-specific audio features into memory banks and can be trained on audio-text paired data which is more easily accessible than video-text paired data. Therefore, with LMDecoder, we can transform the input speech units into language-specific audio features and translate them into texts by utilizing the learned rich language knowledge. Finally, by combining general speech knowledge and language-specific knowledge, we can efficiently develop lip reading models even for low-resource languages. Through extensive experiments using five languages, English, Spanish, French, Italian, and Portuguese, the effectiveness of the proposed method is evaluated.
Minsu Kim 0001, Jeong Hun Yeo, Jeongsoo Choi, Yong Man Ro
ICCV4
2023 Mitigating Adversarial Vulnerability through Causal Parameter Estimation by Adversarial Double Machine Learning
abstract
Adversarial examples derived from deliberately crafted perturbations on visual inputs can easily harm decision process of deep neural networks. To prevent potential threats, various adversarial training-based defense methods have grown rapidly and become a de facto standard approach for robustness. Despite recent competitive achievements, we observe that adversarial vulnerability varies across targets and certain vulnerabilities remain prevalent. Intriguingly, such peculiar phenomenon cannot be relieved even with deeper architectures and advanced defense methods. To address this issue, in this paper, we introduce a causal approach called Adversarial Double Machine Learning (ADML), which allows us to quantify the degree of adversarial vulnerability for network predictions and capture the effect of treatments on outcome of interests. ADML can directly estimate causal parameter of adversarial perturbations per se and mitigate negative effects that can potentially damage robustness, bridging a causal perspective into the adversarial vulnerability. Through extensive experiments on various CNN and Transformer architectures, we corroborate that ADML improves adversarial robustness with large margins and relieve the empirical observation.
Yong Man Ro
ICCV3
2023 Mitigating Dataset Bias in Image Captioning Through Clip Confounder-Free Captioning Network
abstract
The dataset bias has been identified as a major challenge in image captioning. When the image captioning model predicts a word, it should consider the visual evidence associated with the word, but the model tends to use contextual evidence from the dataset bias and results in biased captions, especially when the dataset is biased toward some specific situations. To solve this problem, we approach from the causal inference perspective and design a causal graph. Based on the causal graph, we propose a novel method named C2Cap which is CLIP confounder-free captioning network. We use the global visual confounder to control the confounding factors in the image and train the model to produce debiased captions. We validate our proposed method on MSCOCO benchmark and demonstrate the effectiveness of our method. https://github.com/yeonju7kim/C2Cap
Yeonju Kim, Sebin Shin, Yong Man Ro
ICIP5
2023 Robust Multispectral Pedestrian Detection Via Spectral Position-Free Feature Mapping
abstract
Recently, although multispectral pedestrian detection has achieved remarkable performances, there is still a problem to be handled, position shift problem. Due to the problem, a pedestrian looks like existing in different positions between each modal image. Then, a single bounding box usually fails to capture an entire pedestrian properly in both modal images at the same time, which means it would not contain some parts of a pedestrian and includes noisy backgrounds instead. In this paper, we propose a novel approach, that is, a pedestrian feature mapping from mis-captured pedestrian features to well-captured pedestrian features which encode an entire pedestrian properly in both modal images. To this end, we utilize a memory architecture which stores well-captured pedestrian features, and then, the well-captured features can enhance the quality of pedestrian representation by providing the distinctive information of a pedestrian. We validate the effectiveness of our approach with comprehensive experiments on two multispectral pedestrian detection datasets, achieving state-of-the-art performances.
Sungjune Park, Jung Uk Kim, Jin Mo Song, Yong Man Ro
ICIP4
2023 Intelligible Lip-to-Speech Synthesis with Speech Units
Jeongsoo Choi, Minsu Kim 0001, Yong Man Ro
INTERSPEECH3
2023 Adversarial anchor-guided feature refinement for adversarial defense
Hakmin Lee, Yong Man Ro
Image Vis. Comput.2
2023 Robust Proxy: Improving Adversarial Robustness by Robust Proxy Learning
abstract
Recently, it has been widely known that deep neural networks are highly vulnerable and easily broken by adversarial attacks. To mitigate the adversarial vulnerability, many defense algorithms have been proposed. Recently, to improve adversarial robustness, many works try to enhance feature representation by imposing more direct supervision on the discriminative feature. However, existing approaches lack an understanding of learning adversarially robust feature representation. In this paper, we propose a novel training framework called Robust Proxy Learning. In the proposed method, the model explicitly learns robust feature representations with robust proxies. To this end, firstly, we demonstrate that we can generate class-representative robust features by adding class-wise robust perturbations. Then, we use the class representative features as robust proxies. With the class-wise robust features, the model explicitly learns adversarially robust features through the proposed robust proxy learning framework. Through extensive experiments, we verify that we can manually generate robust features, and our proposed learning framework could increase the robustness of the DNNs.
Hong Joo Lee 0001, Yong Man Ro
IEEE Trans. Inf. Forensics Secur.2
2023 Stereoscopic Vision Recalling Memory for Monocular 3D Object Detection
abstract
Monocular 3D object detection has drawn increasing attention in various human-related applications, such as autonomous vehicles, due to its cost-effective property. On the other hand, a monocular image alone inherently contains insufficient information to infer the 3D information. In this paper, we propose a new monocular 3D object detector that can recall the stereoscopic visual information about an object, given a left-view monocular image. Here, we devise a location embedding module to handle each object by being aware of its location. Next, given the object appearance of the left-view monocular image, we devise Monocular-to-Stereoscopic (M2S) memory that can recall the object appearance of the right-view and depth information. For this purpose, we introduce a stereoscopic vision memorizing loss that guides the M2S memory to store the stereoscopic visual information. Furthermore, we propose a binocular vision association loss to guide the M2S memory that can associate the information of the left-right view about the object when estimating the depth. As a result, our monocular 3D object detector with the M2S memory can effectively exploit the recalled stereoscopic visual information in the inference phase. The comprehensive experimental results on two public datasets, KITTI 3D Object Detection Benchmark and Waymo Open Dataset, demonstrate the effectiveness of the proposed method. We claim that our method is a step-forward method that follows the behaviors of humans that can recall the stereoscopic visual information even when one eye is closed.
Jung Uk Kim, Hyungil Kim, Yong Man Ro
IEEE Trans. Image Process.3
2022 Towards Versatile Pedestrian Detector with Multisensory-Matching and Multispectral Recalling Memory
abstract
Recently, automated surveillance cameras can change a visible sensor and a thermal sensor for all-day operation. However, existing single-modal pedestrian detectors mainly focus on detecting pedestrians in only one specific modality (i.e., visible or thermal), so they cannot cope with other modal inputs. In addition, recent multispectral pedestrian detectors have shown remarkable performance by adopting multispectral modalities, but they also have limitations in practical applications (e.g., different Field-of-View (FoV) and frame rate). In this paper, we introduce a versatile pedestrian detector that shows robust detection performance in any single modality. We propose a multisensory-matching contrastive loss to reduce the difference between the visual representation of pedestrians in the visible and thermal modalities. Moreover, for the robust detection on a single modality, we design a Multispectral Recalling (MSR) Memory. The MSR Memory enhances the visual representation of the single modal features by recalling that of the multispectral modalities. To guide the MSR Memory to store the multispectral modal contexts, we introduce a multispectral recalling loss. It enables the pedestrian detector to encode more discriminative features with a single input modality. We believe our method is a step forward detector that can be applied to a variety of real-world applications. The comprehensive experimental results verify the effectiveness of the proposed method.
Jung Uk Kim, Sungjune Park, Yong Man Ro
AAAI3
2022 Distinguishing Homophenes Using Multi-Head Visual-Audio Memory for Lip Reading
abstract
Recognizing speech from silent lip movement, which is called lip reading, is a challenging task due to 1) the inherent information insufficiency of lip movement to fully represent the speech, and 2) the existence of homophenes that have similar lip movement with different pronunciations. In this paper, we try to alleviate the aforementioned two challenges in lip reading by proposing a Multi-head Visual-audio Memory (MVM). Firstly, MVM is trained with audio-visual datasets and remembers audio representations by modelling the inter-relationships of paired audio-visual representations. At the inference stage, visual input alone can extract the saved audio representation from the memory by examining the learned inter-relationships. Therefore, the lip reading model can complement the insufficient visual information with the extracted audio representations. Secondly, MVM is composed of multi-head key memories for saving visual features and one value memory for saving audio knowledge, which is designed to distinguish the homophenes. With the multi-head key memories, MVM extracts possible candidate audio features from the memory, which allows the lip reading model to consider the possibility of which pronunciations can be represented from the input lip movement. This also can be viewed as an explicit implementation of the one-to-many mapping of viseme-to-phoneme. Moreover, MVM is employed in multi-temporal levels to consider the context when retrieving the memory and distinguish the homophenes. Extensive experimental results verify the effectiveness of the proposed method in lip reading and in distinguishing the homophenes.
Minsu Kim 0001, Jeong Hun Yeo, Yong Man Ro
AAAI3
2022 SyncTalkFace: Talking Face Generation with Precise Lip-Syncing via Audio-Lip Memory
abstract
The challenge of talking face generation from speech lies in aligning two different modal information, audio and video, such that the mouth region corresponds to input audio. Previous methods either exploit audio-visual representation learning or leverage intermediate structural information such as landmarks and 3D models. However, they struggle to synthesize fine details of the lips varying at the phoneme level as they do not sufficiently provide visual information of the lips at the video synthesis step. To overcome this limitation, our work proposes Audio-Lip Memory that brings in visual information of the mouth region corresponding to input audio and enforces fine-grained audio-visual coherence. It stores lip motion features from sequential ground truth images in the value memory and aligns them with corresponding audio features so that they can be retrieved using audio input at inference time. Therefore, using the retrieved lip motion features as visual hints, it can easily correlate audio with visual dynamics in the synthesis step. By analyzing the memory, we demonstrate that unique lip features are stored in each memory slot at the phoneme level, capturing subtle lip motion based on memory addressing. In addition, we introduce visual-visual synchronization loss which can enhance lip-syncing performance when used along with audio-visual synchronization loss in our model. Extensive experiments are performed to verify that our method generates high-quality video with mouth shapes that best align with the input audio, outperforming previous state-of-the-art methods.
Se Jin Park, Minsu Kim 0001, Joanna Hong, Jeongsoo Choi, Yong Man Ro
AAAI5
2022 Weakly Paired Associative Learning for Sound and Image Representations via Bimodal Associative Memory
abstract
Data representation learning without labels has attracted increasing attention due to its nature that does not require human annotation. Recently, representation learning has been extended to bimodal data, especially sound and image which are closely related to basic human senses. Existing sound and image representation learning methods necessarily require a large number of sound and image with corresponding pairs. Therefore, it is difficult to ensure the effectiveness of the methods in the weakly paired condition, which lacks paired bimodal data. In fact, according to human cognitive studies, the cognitive functions in the human brain for a certain modality can be enhanced by receiving other modalities, even not directly paired ones. Based on the observation, we propose a new problem to deal with the weakly paired condition: How to boost a certain modal representation even by using other unpaired modal data. To address the issue, we introduce a novel bimodal associative memory (BMA-Memory) with key-value switching. It enables to build sound-image association with small paired bimodal data and to boost the built association with the eas-ily obtainable large amount of unpaired data. Through the proposed associative learning, it is possible to reinforce the representation of a certain modality (e.g., sound) even by using other unpaired modal data (e.g., images).
Sangmin Lee 0001, Hyungil Kim, Yong Man Ro
CVPR3
2022 Masking Adversarial Damage: Finding Adversarial Saliency for Robust and Sparse Network
abstract
Adversarial examples provoke weak reliability and potential security issues in deep neural networks. Although adversarial training has been widely studied to improve adversarial robustness, it works in an over-parameterized regime and requires high computations and large memory budgets. To bridge adversarial robustness and model compression, we propose a novel adversarial pruning method, Masking Adversarial Damage (MAD) that employs second-order information of adversarial loss. By using it, we can accurately estimate adversarial saliency for model parameters and determine which parameters can be pruned without weakening adversarial robustness. Furthermore, we reveal that model parameters of initial layer are highly sensitive to the adversarial examples and show that compressed feature representation retains semantic information for the target objects. Through extensive experiments on three public datasets, we demonstrate that MAD effectively prunes adversarially trained networks without loosing adversarial robustness and shows better performance than previous adversarial pruning methods.
Yong Man Ro
CVPR3
2022 VisageSynTalk: Unseen Speaker Video-to-Speech Synthesis via Speech-Visage Feature Selection
Joanna Hong, Minsu Kim 0001, Yong Man Ro
ECCV (36)3
2022 Speaker-Adaptive Lip Reading with User-Dependent Padding
Minsu Kim 0001, Yong Man Ro
ECCV (36)3
2022 Audio-Visual Mismatch-Aware Video Retrieval via Association and Adjustment
Sangmin Lee 0001, Sungjune Park, Yong Man Ro
ECCV (14)3
2022 Map: Multispectral Adversarial Patch to Attack Person Detection
abstract
Recently, multispectral person detection has shown great performance in real world applications such as autonomous driving and security systems. However, the reliability of person detection against physical attacks has not been fully explored yet in multispectral person detectors. To evaluate the robustness of multispectral person detectors in the physical world, we propose a novel Multispectral Adversarial Patch (MAP) generation framework. MAP is optimized with a Cross-spectral Mapping(CSM) and Material Emissivity(ME) loss. This paper is the first to evaluate the reliability of a multispectral person detector against physical attack. Throughout experiment, our proposed adversarial patch successfully attacks the person detector and the Average Precision (AP) score is dropped by 90.79% in digital space and 73.34% in physical space.
Taeheon Kim, Hong Joo Lee 0001, Yong Man Ro
ICASSP3
2022 Robust Thermal Infrared Pedestrian Detection By Associating Visible Pedestrian Knowledge
abstract
Recently, pedestrian detection on thermal infrared images has shown the robust pedestrian detection performance. In this paper, we propose a novel thermal infrared pedestrian detection framework which can associate and utilize the complementary pedestrian knowledge from visible images. Motivated by that humans can associate useful information from other sensors to perform a more reliable decision, we devise a Visible-sensory Pedestrian Associating (VPA) Memory to conduct the robust pedestrian detection by utilizing complementary visible-sensory pedestrian knowledge explicitly. The VPA Memory is trained to store the pedestrian information of visible images and associate it with a given thermal infrared pedestrian knowledge via the memory associating learning. We verify the effectiveness of the proposed framework with extensive experiments, and it achieves state-of-the-art pedestrian detection performance on thermal infrared images.
Sungjune Park, Dae Hwi Choi, Jung Uk Kim, Yong Man Ro
ICASSP4
2022 Visual Context-driven Audio Feature Enhancement for Robust End-to-End Audio-Visual Speech Recognition
abstract
This paper focuses on designing a noise-robust end-to-end Audio-Visual Speech Recognition (AVSR) system.To this end, we propose Visual Context-driven Audio Feature Enhancement module (V-CAFE) to enhance the input noisy audio speech with a help of audio-visual correspondence.The proposed V-CAFE is designed to capture the transition of lip movements, namely visual context and to generate a noise reduction mask by considering the obtained visual context.Through context-dependent modeling, the ambiguity in viseme-to-phoneme mapping can be refined for mask generation.The noisy representations are masked out with the noise reduction mask resulting in enhanced audio features.The enhanced audio features are fused with the visual features and taken to an encoder-decoder model composed of Conformer and Transformer for speech recognition.We show the proposed end-to-end AVSR with the V-CAFE can further improve the noise-robustness of AVSR.The effectiveness of the proposed method is evaluated in noisy speech recognition and overlapped speech recognition experiments using the two largest audio-visual datasets, LRS2 and LRS3.
Joanna Hong, Minsu Kim 0001, Daehun Yoo, Yong Man Ro
INTERSPEECH4
2022 Defending Physical Adversarial Attack on Object Detection via Adversarial Patch-Feature Energy
abstract
Object detection plays an important role in security-critical systems such as autonomous vehicles but has shown to be vulnerable to adversarial patch attacks. Existing defense methods are restricted to localized noise patches by removing noisy regions in the input image. However, adversarial patches have developed into natural-looking patterns which evade existing defenses. To address this issue, we propose a defense method based on a novel concept "Adversarial Patch- Feature Energy" (APE) which exploits common deep feature characteristics of an adversarial patch. Our proposed defense consists of APE-masking and APE-refinement which can be employed to defend against any adversarial patch on literature. Extensive experiments demonstrate that APE-based defense achieves impressive robustness against adversarial patches both in the digital space and the physical world.
Taeheon Kim, Youngjoon Yu, Yong Man Ro
ACM Multimedia3
2022 IVIST: Interactive Video Search Tool in VBS 2022
Sangmin Lee 0001, Sungjune Park, Yong Man Ro
MMM (2)3
2022 On-the-Fly Facial Expression Prediction Using LSTM Encoded Appearance-Suppressed Dynamics
abstract
Encoding the facial expression dynamics is efficient in classifying and recognizing facial expressions. Most facial dynamics-based methods assume that a sequence is temporally segmented before prediction. This requires the prediction to wait until a full sequence is available, resulting in prediction delay. To reduce the prediction delay and enable prediction “on-the-fly” (as frames are fed to the system), we propose new dynamics feature learning method that allows prediction with partial (incomplete) sequences. The proposed method utilizes the readiness of recurrent neural networks (RNNs) for on-the-fly prediction, and introduces novel learning constraints to induce early prediction with partial sequences. We further show that a delay in accurate prediction using RNNs could originate from the effect that the subject appearance has on the spatio-temporal features encoded by the RNN. We refer to that effect as “appearance bias”. We propose the appearance suppressed dynamics feature, which utilizes a static sequence to suppress the appearance bias. Experimental results have shown that the proposed method achieved higher recognition rates compared to the state-of-the-art methods on publicly available datasets. The results also verified that the proposed method improved on-the-fly prediction at subtle expression frames early in the sequence, using partial sequence inputs.
Wissam J. Baddar, Sangmin Lee 0001, Yong Man Ro
IEEE Trans. Affect. Comput.3
2022 Uncertainty-Guided Cross-Modal Learning for Robust Multispectral Pedestrian Detection
abstract
Multispectral pedestrian detection has received great attention in recent years as multispectral modalities (i.e. color and thermal) can provide complementary visual information. However, there are major inherent issues in multispectral pedestrian detection. First, the cameras of the two modalities have different field-of-views (FoVs), so that image pairs are often miscalibrated. Second, modality discrepancy is observed, because image pairs are captured at different wavelengths. In this paper, to alleviate these issues, we propose a new uncertainty-aware multispectral pedestrian detection framework. In our framework, we consider two types of uncertainties: 1) Region of Interest (RoI) uncertainty and 2) predictive uncertainty. For the miscalibration issue, we propose RoI uncertainty which represents the reliability of the RoI candidates. With the RoI uncertainty, when combining two modal features, we devise uncertainty-aware feature fusion (UFF) module to reduce the effect of RoI features with high RoI uncertainty. We also propose uncertainty-aware cross-modal guiding (UCG) module for the modality discrepancy. In the UCG module, we use the predictive uncertainty, which indicates how reliable the prediction of the RoI feature is. Based on the predictive uncertainty, the UCG module guides the feature distribution of high predictive uncertain (less reliable) modality to resemble that of low predictive uncertain (more reliable) modality. The UCG module can encode more discriminative features by guiding feature distributions of two modalities to be similar. With comprehensive experiments on the public multispectral datasets, we verified that our method reduces the effect of the miscalibration and alleviates the modality discrepancy, outperforming existing state-of-the-art methods.
Jung Uk Kim, Sungjune Park, Yong Man Ro
IEEE Trans. Circuits Syst. Video Technol.3
2022 Assessing Individual VR Sickness Through Deep Feature Fusion of VR Video and Physiological Response
abstract
Recently, VR sickness assessment for VR videos is highly demanded in industry and research fields to address VR viewing safety issues. Especially, it is difficult to evaluate VR sickness of individuals due to individual differences. To achieve the challenging goal, we focus on deep feature fusion of sickness-related information. In this paper, we propose a novel deep learning-based assessment framework which estimates VR sickness of individual viewers with VR videos and corresponding physiological responses. We design the content stimulus guider imitating the phenomenon that humans feel VR sickness. The content stimulus guider extracts a deep stimulus feature from a VR video to reflect VR sickness caused by VR videos. In addition, we devise the physiological response guider to encode physiological responses that are acquired while humans experience VR videos. Each physiology sickness feature extractor (EEG, ECG, and GSR) in the physiological response guider is designed to suit their physiological characteristics. Extracted physiology sickness features are then fused into a deep physiology feature that comprehensively reflects individual deviations of VR sickness. Finally, the VR sickness predictor assesses individual VR sickness effectively with the fusion of the deep stimulus feature and the deep physiology feature. To validate the proposed method extensively, we built two benchmark datasets which contain 360-degree VR videos with physiological responses (EEG, ECG, and GSR) and SSQ scores. Experimental results show that the proposed method achieves meaningful correlations with human SSQ scores. Further, we validate the effectiveness of the proposed network designs by conducting analysis on feature fusion and visualization.
Sangmin Lee 0001, Seongyeop Kim, Hak Gu Kim, Yong Man Ro
IEEE Trans. Circuits Syst. Video Technol.4
2022 Robust Perturbation for Visual Explanation: Cross-Checking Mask Optimization to Avoid Class Distortion
abstract
Along with the outstanding performance of the deep neural networks (DNNs), considerable research efforts have been devoted to finding ways to understand the decision of DNNs structures. In the computer vision domain, visualizing the attribution map is one of the most intuitive and understandable ways to achieve human-level interpretation. Among them, perturbation-based visualization can explain the "black box" property of the given network by optimizing perturbation masks that alter the network prediction of the target class the most. However, existing perturbation methods could make unexpected changes to network predictions after applying a perturbation mask to the input image, resulting in a loss of robustness and fidelity of the perturbation mechanisms. In this paper, we define class distortion as the unexpected changes of the network prediction during the perturbation process. To handle that, we propose a novel visual interpretation framework, Robust Perturbation, which shows robustness against the unexpected class distortion during the mask optimization. With a new cross-checking mask optimization strategy, our proposed framework perturbs the target prediction of the network while upholding the non-target predictions, providing more reliable and accurate visual explanations. We evaluate our framework on three different public datasets through extensive experiments. Furthermore, we propose a new metric for class distortion evaluation. In both quantitative and qualitative experiments, tackling the class distortion problem turns out to enhance the quality and fidelity of the visual explanation in comparison with the existing perturbation-based methods.
Seongyeop Kim, Seong Tae Kim 0001, Yong Man Ro
IEEE Trans. Image Process.4
2022 Defending Person Detection Against Adversarial Patch Attack by Using Universal Defensive Frame
abstract
Person detection has attracted great attention in the computer vision area and is an imperative element in human-centric computer vision. Although the predictive performances of person detection networks have been improved dramatically, they are vulnerable to adversarial patch attacks. Changing the pixels in a restricted region can easily fool the person detection network in safety-critical applications such as autonomous driving and security systems. Despite the necessity of countering adversarial patch attacks, very few efforts have been dedicated to defending person detection against adversarial patch attack. In this paper, we propose a novel defense strategy that defends against an adversarial patch attack by optimizing a defensive frame for person detection. The defensive frame alleviates the effect of the adversarial patch while maintaining person detection performance with clean person. The proposed defensive frame in the person detection is generated with a competitive learning algorithm which makes an iterative competition between detection threatening module and detection shielding module in person detection. Comprehensive experimental results demonstrate that the proposed method effectively defends person detection against adversarial patch attacks.
Youngjoon Yu, Hong Joo Lee 0001, Hakmin Lee, Yong Man Ro
IEEE Trans. Image Process.4
2022 CroMM-VSR: Cross-Modal Memory Augmented Visual Speech Recognition
abstract
Visual Speech Recognition (VSR) is a task that recognizes speech from external appearances of the face (${\it i}.{\it e}.$, lips) into text. Since the information from the visual lip movements is not sufficient to fully represent the speech, VSR is considered as one of the challenging problems. One possible way to resolve this problem is additionally utilizing audio which contains rich information for speech recognition. However, the audio information could not be always available such as in crowded situations. Thus, it is necessary to find a way that successfully provides enough information for speech recognition with visual inputs only. In this paper, we alleviate the information insufficiency of visual lip movement by proposing a cross-modal memory augmented VSR with Visual-Audio Memory (VAM). The proposed framework tries to utilize the complementary information of audio even when the audio inputs are not provided at the inference time. Concretely, the proposed VAM learns to imprint audio features of short clip-level into a memory network using the corresponding visual features. To this end, the VAM contains two memories, lip-video key and audio value. We guide the audio value memory to imprint the audio feature and the lip-video key memory to memorize the location of the imprinted audio. By doing this, the VAM can exploit rich audio information by accessing the memory using visual inputs only. Experimental results show that the proposed method achieves state-of-the-art performance on both word- and sentence-level VSR. In addition, we verify the learned representations inside the VAM contain meaningful information for VSR.
Minsu Kim 0001, Joanna Hong, Se Jin Park, Yong Man Ro
IEEE Trans. Multim.4
2021 Towards a Better Understanding of VR Sickness: Physical Symptom Prediction for VR Contents
abstract
We address the black-box issue of VR sickness assessment (VRSA) by evaluating the level of physical symptoms of VR sickness. For the VR contents inducing the similar VR sickness level, the physical symptoms can vary depending on the characteristics of the contents. Most of existing VRSA methods focused on assessing the overall VR sickness score. To make better understanding of VR sickness, it is required to predict and provide the level of major symptoms of VR sickness rather than overall degree of VR sickness. In this paper, we predict the degrees of main physical symptoms affecting the overall degree of VR sickness, which are disorientation, nausea, and oculomotor. In addition, we introduce a new large-scale dataset for VRSA including 360 videos with various frame rates, physiological signals, and subjective scores. On VRSA benchmark and our newly collected dataset, our approach shows a potential to not only achieve the highest correlation with subjective scores, but also to better understand which symptoms are the main causes of VR sickness.
Hak Gu Kim, Sangmin Lee 0001, Seongyeop Kim, Heoun-taek Lim, Yong Man Ro
AAAI5
2021 Visual Comfort Aware-Reinforcement Learning for Depth Adjustment of Stereoscopic 3D Images
abstract
Depth adjustment aims to enhance the visual experience of stereoscopic 3D (S3D) images, which accompanied with improving visual comfort and depth perception. For a human expert, the depth adjustment procedure is a sequence of iterative decision making. The human expert iteratively adjusted the depth until he is satisfied with the both levels of visual comfort and the perceived depth. In this work, we present a novel deep reinforcement learning (DRL)-based approach for depth adjustment named VCA-RL (Visual Comfort Aware Reinforcement Learning) to explicitly model human sequential decision making in depth editing operations. We formulate the depth adjustment process as a Markov decision process where actions are defined as camera movement operations to control the distance between the left and right cameras. Our agent is trained based on the guidance of an objective visual comfort assessment metric to learn the optimal sequence of camera movement actions in terms of perceptual aspects in stereoscopic viewing. With extensive experiments and user studies, we show the effectiveness of our VCA-RL model on three different S3D databases.
Hak Gu Kim, Minho Park 0002, Sangmin Lee 0001, Seongyeop Kim, Yong Man Ro
AAAI5
2021 M-CAM: Visual Explanation of Challenging Conditioned Dataset with Bias-reducing Memory
Seongyeop Kim, Yong Man Ro
BMVC2
2021 Video Prediction Recalling Long-Term Motion Context via Memory Alignment Learning
abstract
Our work addresses long-term motion context issues for predicting future frames. To predict the future precisely, it is required to capture which long-term motion context (e.g., walking or running) the input motion (e.g., leg movement) belongs to. The bottlenecks arising when dealing with the long-term motion context are: (i) how to predict the long-term motion context naturally matching input sequences with limited dynamics, (ii) how to predict the long-term motion context with high-dimensionality (e.g., complex motion). To address the issues, we propose novel motion context-aware video prediction. To solve the bottle-neck (i), we introduce a long-term motion context memory (LMC-Memory) with memory alignment learning. The pro-posed memory alignment learning enables to store long-term motion contexts into the memory and to match them with sequences including limited dynamics. As a result, the long-term context can be recalled from the limited in-put sequence. In addition, to resolve the bottleneck (ii), we propose memory query decomposition to store local motion context (i.e., low-dimensional dynamics) and recall the suitable local context for each local part of the input individually. It enables to boost the alignment effects of the memory. Experimental results show that the proposed method outperforms other sophisticated RNN-based methods, especially in long-term condition. Further, we validate the effectiveness of the proposed network designs by conducting ablation studies and memory feature analysis. The source code of this work is available†.
Sangmin Lee 0001, Hak Gu Kim, Dae Hwi Choi, Hyungil Kim, Yong Man Ro
CVPR5
2021 Towards Robust Training of Multi-Sensor Data Fusion Network Against Adversarial Examples in Semantic Segmentation
abstract
The success of multi-sensor data fusions in deep learning appears to be attributed to the use of complementary information among multiple sensor datasets. Compared to their predictive performance, relatively less attention has been devoted to the adversarial robustness of multi-sensor data fusion models. To achieve adversarial robust multi-sensor data fusion networks, we propose here a novel robust training scheme called Multi-Sensor Cumulative Learning (MSCL). The motivation behind the MSCL method is based on the way human beings learn new skills. The MSCL allows the multi-sensor fusion network to learn robust features from individual sensors, and then learn complex joint features from multiple sensors just as people learn to walk before they run. The step wise framework of MSCL enables the network to incorporate pre-trained knowledge of robustness with new joint information from multiple sensors. Extensive experimental evidence validated that the MSCL outperforms other multi-sensor fusion training in defending against adversarial examples.
Youngjoon Yu, Hong Joo Lee 0001, Byeong Cheon Kim, Jung Uk Kim, Yong Man Ro
ICASSP5
2021 Multi-modality Associative Bridging through Memory: Speech Sound Recollected from Face Video
abstract
In this paper, we introduce a novel audio-visual multi-modal bridging framework that can utilize both audio and visual information, even with uni-modal inputs. We exploit a memory network that stores source (i.e., visual) and target (i.e., audio) modal representations, where source modal representation is what we are given, and target modal representations are what we want to obtain from the memory network. We then construct an associative bridge between source and target memories that considers the inter-relationship between the two memories. By learning the interrelationship through the associative bridge, the proposed bridging framework is able to obtain the target modal representations inside the memory network, even with the source modal input only, and it provides rich information for its downstream tasks. We apply the proposed framework to two tasks: lip reading and speech reconstruction from silent video. Through the proposed associative bridge and modality-specific memories, each task knowledge is enriched with the recalled audio context, achieving state-of-the-art performance. We also verify that the associative bridge properly relates the source and target memories.
Minsu Kim 0001, Joanna Hong, Se Jin Park, Yong Man Ro
ICCV4
2021 Robust Small-scale Pedestrian Detection with Cued Recall via Memory Learning
abstract
Although the visual appearances of small-scale objects are not well observed, humans can recognize them by associating the visual cues of small objects from their memorized appearance. It is called cued recall. In this paper, motivated by the memory process of humans, we introduce a novel pedestrian detection framework that imitates cued recall in detecting small-scale pedestrians. We propose a large-scale embedding learning with the large-scale pedestrian recalling memory (LPR Memory). The purpose of the proposed large-scale embedding learning is to memorize and recall the large-scale pedestrian appearance via the LPR Memory. To this end, we employ the large-scale pedestrian exemplar set, so that, the LPR Memory can recall the information of the large-scale pedestrians from the small-scale pedestrians. Comprehensive quantitative and qualitative experimental results validate the effectiveness of the proposed framework with the LPR Memory.
Jung Uk Kim, Sungjune Park, Yong Man Ro
ICCV3
2021 Interpretation of Lesional Detection via Counterfactual Generation
abstract
To interpret the decision of Deep Neural Networks (DNNs), explainable artificial intelligence research has been widely investigated. Especially, visualizing the attribution maps is known as one of the efficient ways to provide explanations for the trained networks. Applying existing visualization methods on medical images has significant issues in that the medical images commonly have inherent imbalanced data poses and scarcity. To tackle such issues and provide more accurate explanations in medical images, in this paper, we propose a new explainable framework, Counterfactual Generative Network (CGN). We embed counterfactual lesion prediction of DNNs to our explainable framework as prior conditions and guide to generate various counterfactual lesional images from normal input sources, or vice versa. By doing so, CGN can represent detailed attribution maps and generate corresponding normal images from leisonal inputs. Extensive experiments are conducted on the two chest X-ray datasets to verify the effectiveness of our method.
Minsu Kim 0001, Yong Man Ro
ICIP3
2021 Robust Decision-Based Black-Box Adversarial Attack via Coarse-To-Fine Random Search
abstract
Many studies on reducing the adversarial vulnerability of deep neural networks have been published in the field of machine learning. To evaluate the actual robustness of networks, various adversarial attacks have been proposed. Most previous works have focused on white-box settings which assume that the adversary can have full access to the target models. Since they are not practical in real-world situations, recent studies on black-box attacks have received a lot of attention. However, existing black-box attacks have critical limitations, such as yielding a low attack success rate or relying too much on gradient estimation and decision boundaries. Those attacks are ineffective against weak defenses using gradient obfuscation. In this paper, we propose a novel gradient-free decision-based black-box attack using random search optimization. The proposed method only needs a hard-label (decision-based) and is effective against defenses using gradient obfuscation. Experimental results validate its query-efficiency and improved L2distance.
Byeong Cheon Kim, Youngjoon Yu, Yong Man Ro
ICIP3
2021 Adversarially Robust Multi-Sensor Fusion Model Training Via Random Feature Fusion For Semantic Segmentation
abstract
Multi-sensor data fusion model aims to improve the model performance by fusing multiple types of sensor data. Although multi-sensor data fusion models have been developed for remarkable performance, there is a lack of studies on the adversarial vulnerability of the multi-sensor data fusion models. In this paper, we propose a robust multi-sensor data fusion method that is not vulnerable to adversarial attacks. To this end, we devise a random feature fusion method to preserve multi-sensor fusion features. Through the random feature fusion, we could explicitly hide the information about which features are being used for the fusion. In experiments, we verify that our proposed random feature fusion method shows the adversarial robustness considerably under diverse adversarial settings.
Hong Joo Lee 0001, Yong Man Ro
ICIP2
2021 IVIST: Interactive Video Search Tool in VBS 2021
Yoonho Lee 0002, Heeju Choi, Sungjune Park, Yong Man Ro
MMM (2)4
2021 Robust Multispectral Pedestrian Detection via Uncertainty-Aware Cross-Modal Learning
Sungjune Park, Jung Uk Kim, Yeongyun Kim, Sang-Keun Moon, Yong Man Ro
MMM (1)5
2021 Lip to Speech Synthesis with Visual Context Attentional GAN
abstract
In this paper, we propose a novel lip-to-speech generative adversarial network, Visual Context Attentional GAN (VCA-GAN), which can jointly model local and global lip movements during speech synthesis. Specifically, the proposed VCA-GAN synthesizes the speech from local lip visual features by finding a mapping function of viseme-to-phoneme, while global visual context is embedded into the intermediate layers of the generator to clarify the ambiguity in the mapping induced by homophene. To achieve this, a visual context attention module is proposed where it encodes global representations from the local visual features, and provides the desired global visual context corresponding to the given coarse speech representation to the generator through audio-visual attention. In addition to the explicit modelling of local and global visual representations, synchronization learning is introduced as a form of contrastive learning that guides the generator to synthesize a speech in sync with the given input lip movements. Extensive experiments demonstrate that the proposed VCA-GAN outperforms existing state-of-the-art and is able to effectively synthesize the speech from multi-speaker that has been barely handled in the previous works.
Minsu Kim 0001, Joanna Hong, Yong Man Ro
NeurIPS3
2021 Distilling Robust and Non-Robust Features in Adversarial Examples by Information Bottleneck
abstract
Adversarial examples, generated by carefully crafted perturbation, have attracted considerable attention in research fields. Recent works have argued that the existence of the robust and non-robust features is a primary cause of the adversarial examples, and investigated their internal interactions in the feature space. In this paper, we propose a way of explicitly distilling feature representation into the robust and non-robust features, using Information Bottleneck. Specifically, we inject noise variation to each feature unit and evaluate the information flow in the feature representation to dichotomize feature units either robust or non-robust, based on the noise variation magnitude. Through comprehensive experiments, we demonstrate that the distilled features are highly correlated with adversarial prediction, and they have human-perceptible semantic information by themselves. Furthermore, we present an attack mechanism intensifying the gradient of non-robust features that is directly related to the model prediction, and validate its effectiveness of breaking model robustness.
Yong Man Ro
NeurIPS3
2021 Speech Reconstruction With Reminiscent Sound Via Visual Voice Memory
abstract
The goal of this work is to reconstruct speech from silent video, in both speaker dependent and speaker independent ways. Unlike previous works that have been mostly restricted to a speaker dependent setting, we propose Visual Voice memory to restore essential auditory information to generate proper speech from different speakers and even unseen speakers. The proposed memory takes additional auditory information that corresponds to the input face movements and stores the auditory contexts that can be recalled by the given input visual features. Specifically, the Visual Voice memory contains value and key memory slots, where value memory slots are for saving the audio features, and key memory slots are for storing the visual features in the same location of the saved audio features. Guiding each memory to properly save each feature, the model can adequately produce the speech through auxiliary information of audio. Hence, our method employs both video and audio information during training time, but does not require any additional auditory input in the inference time. Our key contributions are: (1) proposing the Visual Voice memory that brings rich information of audio that complements the visual features, thus producing high-quality speech from silent video, and (2) enabling multi-speaker and speaker independent training by memorizing auditory features and the corresponding visual features. We validate the proposed framework on GRID and Lip2Wav datasets and show that our method surpasses the performance of previous works. Moreover, we experiment on both multi-speaker and speaker independent settings and verify the effectiveness of the Visual Voice memory. We also demonstrate that the Visual Voice memory contains meaningful information to reconstruct speech.
Joanna Hong, Minsu Kim 0001, Se Jin Park, Yong Man Ro
IEEE ACM Trans. Audio Speech Lang. Process.4
2021 CUA Loss: Class Uncertainty-Aware Gradient Modulation for Robust Object Detection
abstract
Recently, a wide range of research on object detection has shown breakthrough performance. However, in a challenging environment, such as occlusion and small object cases, object detectors still produce inaccurate or erroneous predictions. To effectively cope with such conditions, most of the existing methods have suggested loss functions to guide the object detectors by modulating the magnitude of their loss. However, when modulating the loss function, they are highly dependent on the classification score of the object detector. It is a known fact that deep neural networks tend to be overconfident in their predictions. In this article, to alleviate the problem of the object detectors which heavily rely on the prediction in the training phase, we devise a novel loss function called class uncertainty-aware (CUA) loss. CUA loss considers the predictive ambiguity as well as the predictions on classification score when modulating loss function. In addition to the classification score, CUA loss further modulates the loss gradient in an increasing way when the object detectors output an uncertain prediction. Therefore, object detectors with CUA loss effectively cope with challenging environments where prediction results are uncertain. With comprehensive experiments on three public datasets (i.e. PASCAL VOC, MS COCO, and Berkeley DeepDrive), we verified that our CUA loss enhanced the accuracy of the object detectors and outperformed previous state-of-the-art loss functions.
Jung Uk Kim, Seong Tae Kim 0001, Hong Joo Lee 0001, Sangmin Lee 0001, Yong Man Ro
IEEE Trans. Circuits Syst. Video Technol.5
2021 Robust Video Frame Interpolation With Exceptional Motion Map
abstract
Video frame interpolation has increasingly attracted attention in computer vision and video processing fields. When motion patterns in a video are complex, large and non-linear (exceptional motion), the generated intermediate frame is blurred and likely to have large artifacts. In this paper, we propose a novel video frame interpolation considering the exceptional motion patterns. The proposed video frame interpolation takes into account an exceptional motion map that contains the location and intensity of the exceptional motion. The proposed method consists of three parts, which are optical flow based frame interpolation, exceptional motion detection, and frame refinement. The optical flow based frame interpolation predicts an optical flow which is used to synthesize the pre-generated intermediate frame. The exceptional motion detection detects the position and intensity of complex and large motion with the current frame and the previous frame sequence. The frame refinement focuses on the exceptional motion region of the pre-generated intermediate frame by using the exceptional motion map. The proposed video frame interpolation can be robust against the exceptional motion including complex and large motion. Experimental results showed that the proposed video frame interpolation achieved high performance on various public video datasets and especially on videos with exceptional motion patterns.
Minho Park 0002, Hak Gu Kim, Sangmin Lee 0001, Yong Man Ro
IEEE Trans. Circuits Syst. Video Technol.4
2020 Robust Ensemble Model Training via Random Layer Sampling Against Adversarial Attack
Hakmin Lee, Hong Joo Lee 0001, Seong Tae Kim 0001, Yong Man Ro
BMVC4
2020 Structure Boundary Preserving Segmentation for Medical Image With Ambiguous Boundary
abstract
In this paper, we propose a novel image segmentation method to tackle two critical problems of medical image, which are (i) ambiguity of structure boundary in the medical image domain and (ii) uncertainty of the segmented region without specialized domain knowledge. To solve those two problems in automatic medical segmentation, we propose a novel structure boundary preserving segmentation framework. To this end, the boundary key point selection algorithm is proposed. In the proposed algorithm, the key points on the structural boundary of the target object are estimated. Then, a boundary preserving block (BPB) with the boundary key point map is applied for predicting the structure boundary of the target object. Further, for embedding experts' knowledge in the fully automatic segmentation, we propose a novel shape boundary-aware evaluator (SBE) with the ground-truth structure information indicated by experts. The proposed SBE could give feedback to the segmentation network based on the structure boundary key point. The proposed method is general and flexible enough to be built on top of any deep learning-based segmentation network. We demonstrate that the proposed method could surpass the state-of-the-art segmentation network and improve the accuracy of three different segmentation network models on different types of medical image datasets.
Hong Joo Lee 0001, Jung Uk Kim, Sangmin Lee 0001, Hak Gu Kim, Yong Man Ro
CVPR5
2020 SACA Net: Cybersickness Assessment of Individual Viewers for VR Content via Graph-Based Symptom Relation Embedding
Sangmin Lee 0001, Jung Uk Kim, Hak Gu Kim, Seongyeop Kim, Yong Man Ro
ECCV (23)5
2020 Towards High-Performance Object Detection: Task-Specific Design Considering Classification and Localization Separation
abstract
Object detection performs two tasks (classification and localization) simultaneously. Two tasks share a similarity: they need robust features that effectively represent the visual appearance of the objects. However, two tasks also have different properties. First, classification mainly requires features from discriminative parts of an object to determine the object category, whereas localization mainly requires features from the entire object regions for localizing by drawing a bounding box. Second, classification has a translation invariant property, whereas localization has a translation variant property. In order to increase the efficiency of object detection, it is necessary to design a network in consideration of the commonalities and differences of two tasks. In this work, we simply modified layers of the existing object detection networks into three parts by considering such characteristics: lower-layer feature sharing part, layer separation part, and feature fusion part. As a result, the performance of the proposed method was noticeably improved by properly sharing, separating, and fusing layers of the existing object detection networks.
Jung Uk Kim, Seong Tae Kim 0001, Eun Sung Kim, Sang-Keun Moon, Yong Man Ro
ICASSP5
2020 Video Frame Interpolation Via Exceptional Motion-Aware Synthesis
abstract
In this paper, we propose a novel video frame interpolation method via exceptional motion-aware synthesis, in which accurate optical flow could be estimated even with exceptional motion patterns. Specifically, we devise two deep learning modules: exceptional motion detection and frame interpolation with refined flow. The motion detection module detects the position and intensity of exceptional motion patterns in current frame given the past frame sequence. The flow refinement module refines the pre-estimated optical flow for synthesizing the intermediate frame using the information of exceptional motion. The proposed modules improve the quality of the synthesized intermediate frame by making the optical flow robust against exceptional case of motion. Experimental results showed that the proposed method outperforms the state-of-the-art methods qualitatively and quantitatively.
Minho Park 0002, Sangmin Lee 0001, Yong Man Ro
ICASSP3
2020 Fake Video Detection With Certainty-Based Attention Network
abstract
DeepFake synthesizes realistic fake videos that could be used maliciously such as manipulation and harassment. In order to prevent such malicious usages, detecting fake videos is immediately needed. In this paper, we propose a novel fake video detection method by adopting predictive uncertainty in detection. We devise the certainty-based attention network which guides to focus certainty-key frames in detecting fake videos. In addition, certainty-based attention is proposed for refining the features with consideration for frame-level certainty. Experiments are performed to validate the effectiveness of the proposed method by comparing the existing methods on Celeb-DF, the latest DeepFake dataset.
Dae Hwi Choi, Hong Joo Lee 0001, Sangmin Lee 0001, Jung Uk Kim, Yong Man Ro
ICIP5
2020 Comprehensive Facial Expression Synthesis Using Human-Interpretable Language
abstract
Recent advances in facial expression synthesis have shown promising results using diverse expression representations including facial action units. Facial action units for an elaborate facial expression synthesis need to be intuitively represented for human comprehension, not a numeric categorization of facial action units. To address this issue, we utilize human-friendly approach: use of natural language where language helps human grasp conceptual contexts. In this paper, therefore, we propose a new facial expression synthesis model from language-based facial expression description. Our method can synthesize the facial image with detailed expressions. In addition, effectively embedding language features on facial features, our method can control individual word to handle each part of facial movement. Extensive qualitative and quantitative evaluations were conducted to verify the effectiveness of the natural language.
Joanna Hong, Jung Uk Kim, Sangmin Lee 0001, Yong Man Ro
ICIP4
2020 Learning Style Correlation for Elaborate Few-Shot Classification
abstract
Few-shot classification is defined as a task where the network aims to classify unseen classes given only a few samples. Recent approaches, especially metric-based methods, have great progress in few-shot classification. However, the existing metric-based methods have a limitation in deploying discriminative features for elaborate comparison. They usually extract features from the embedding network without direct consideration of the relationship between support and query sets. To address the relationship, we propose a novel architecture, Style Correlated Module (SCM) to learn style correlation between support and query sets for few-shot classification. The proposed module leads support and query feature maps to focus on significant style correlated features and encourage the metric network to conduct an elaborate comparison. Furthermore, the proposed module can be generally applied to the existing metric-based approaches by adding the SCM behind the embedding network. We evaluate our proposed method with comprehensive experiments on two publicly available datasets and demonstrate its effectiveness with comparable results.
Minsu Kim 0001, Jung Uk Kim, Hong Joo Lee 0001, Sangmin Lee 0001, Joanna Hong, Yong Man Ro
ICIP7
2020 Class Incremental Learning With Task-Selection
abstract
Despite the success of the deep neural networks (DNNs), in case of incremental learning, DNNs are known to suffer from catastrophic forgetting problems which are the phenomenon of entirely forgetting previously learned task information upon learning current task information. To alleviate this problem, we propose a novel knowledge distillation-based class incremental learning method with a task-selective autoencoder (TsAE). By learning the TsAE to reconstruct the feature map of each task, the proposed method effectively memorizes not only the classes of the current task but also the classes of previously learned tasks. Since the proposed TsAE has a simple but powerful architecture, it can be easily generalized to other knowledge distillation-based class incremental learning methods. Our experimental results on various datasets, including iCIFAR-100 and iILSVRC-small, demonstrated that the proposed method achieves higher classification accuracy and less forgetting compared to the stateof-the-art methods.
Eun Sung Kim, Jung Uk Kim, Sangmin Lee 0001, Sang-Keun Moon, Yong Man Ro
ICIP5
2020 Revisiting Role of Autoencoders in Adversarial Settings
abstract
To combat against adversarial attacks, autoencoder structure is widely used to perform denoising which is regarded as gradient masking. In this paper, we revisit the role of autoencoders in adversarial settings. Through the comprehensive experimental results and analysis, this paper presents the inherent property of adversarial robustness in the autoencoders. We also found that autoencoders may use robust features that cause inherent adversarial robustness. We believe that our discovery of the adversarial robustness of the autoencoders can provide clues to the future research and applications for adversarial defense.
Byeong Cheon Kim, Jung Uk Kim, Hakmin Lee, Yong Man Ro
ICIP4
2020 Robust Video Facial Authentication With Unsupervised Mode Disentanglement
abstract
Deep learning-based video facial authentication has limitations when it comes to real-world applications, due to large mode variations such as illumination, pose, and eyeglasses variations in real-life situations. Many of existing mode-invariant facial authentication methods need labels of each mode. However, the label information could not be always available in practice. To alleviate this problem, we develop an unsupervised mode disentangling method for video facial authentication. By matching both disentangled identity features and dynamic features of two facial videos, our proposed method shows significant face verification and identification performances on three publicly available datasets, KAIST-MPMI, UVA-NEMO, and YTF.
Minsu Kim 0001, Hong Joo Lee 0001, Sangmin Lee 0001, Yong Man Ro
ICIP4
2020 Estimating VR Sickness Caused By Camera Shake in VR Videography
abstract
Recent development of Virtual Reality (VR) technology provides more realistic experience for viewers with a variety of contents. While the viewing safety of the viewers is one of the important issues in VR industry, the necessity of VR sickness estimation has been drawing attentions. Inspired by the observations that camera shake in VR videography is one of the major causes of VR sickness, we propose a novel deep network that predicts VR sickness level of individuals caused by camera shake. The proposed method is designed to comprehensively identify changes in direction and speed of the VR video scenes with camera shake. Sparse selection of optical flow maps with different intervals allows the proposed network to efficiently extract stimulus features with a variety of camera shake patterns. We built a new benchmark database for the evaluation of the proposed method that consists of 360-degree videos including various camera shake movements, physiological signals, and Simulation Sickness Questionnaires (SSQ) scores of the experimental participants. Experimental results of the sickness prediction show the effectiveness of the proposed method on the built benchmark database.
Seongyeop Kim, Sangmin Lee 0001, Yong Man Ro
ICIP3
2020 Towards Human-Like Interpretable Object Detection Via Spatial Relation Encoding
abstract
The performance of recent deep neural networks in various computer vision areas such as object detection has increased significantly. Along with such advances, attempts to visualize and interpret the networks have been made in order to understand how a network predicts a certain result. However, there is a lack of research on ways to improve the interpretability of networks’ features. In this paper, we propose a spatial relation reasoning (SRR) framework to encode interpretable networks’ features, especially an object detector, by mimicking the human visual cognition system. The SRR consists of the spatial feature encoder (SFE) and the graph-based spatial relation encoder (GSRE) to consider spatial relationships between different parts of an object. So that, object detectors can encode spatially-related object features enabling humanlike visual interpretation. We verified the proposed framework with general object detectors on public datasets-PAS-CAL VOC and MS COCO.
Jung Uk Kim, Sungjune Park, Yong Man Ro
ICIP3
2020 Unsupervised Disentangling of Viewpoint and Residues Variations by Substituting Representations for Robust Face Recognition
abstract
It is well-known that identity-unrelated variations (e.g., viewpoint or illumination) degrade the performances of face recognition methods. In order to handle this challenge, a robust method for disentangling the identity and view representations has drawn an attention in the machine learning area. However, existing methods learn discriminative features which require a manual supervision of such factors of variations. In this paper, we propose a novel disentangling framework through modeling three representations of identity, viewpoint, and residues (i.e., identity and pose unrelated) which do not require supervision of the variations. By jointly modeling the three representations, we enhance the disentanglement of each representation and achieve robust face recognition performance. Further, the learned viewpoint representation can be utilized for pose estimation or editing of a posed facial image. Extensive quantitative and qualitative evaluations verify the effectiveness of our proposed method which disentangles identity, viewpoint, and residues of facial images.
Minsu Kim 0001, Joanna Hong, Hong Joo Lee 0001, Yong Man Ro
ICPR5
2020 Face Tells Detailed Expression: Generating Comprehensive Facial Expression Sentence Through Facial Action Units
Joanna Hong, Hong Joo Lee 0001, Yelin Kim, Yong Man Ro
MMM (2)4
2020 Deep Learning-Based Video Retrieval Using Object Relationships and Associated Audio Classes
Byoungjun Kim, Ji Yea Shim, Minho Park 0002, Yong Man Ro
MMM (2)4
2020 IVIST: Interactive VIdeo Search Tool in VBS 2020
Sungjune Park, Jaeyub Song, Minho Park 0002, Yong Man Ro
MMM (2)4
2020 Multimodal facial biometrics recognition: Dual-stream convolutional neural networks with multi-feature fusion layers
Leslie Ching Ow Tiong, Seong Tae Kim 0001, Yong Man Ro
Image Vis. Comput.3
2020 Encoding features robust to unseen modes of variation with attentive long short-term memory
Wissam J. Baddar, Yong Man Ro
Pattern Recognit.2
2020 BBC Net: Bounding-Box Critic Network for Occlusion-Robust Object Detection
abstract
Object detection has received significant interest in the research field of computer vision and is widely used in human-centric applications. The occlusion problem is a frequent obstacle that degrades detection quality. In this paper, we propose a novel object detection framework targeting robust object detection in occlusion. The proposed deep learning-based network consists mainly of two parts: 1) object detection framework, which classifies the object categories and localizes the object location and 2) plug-in bounding-box (BB) estimator, which estimates the object and occlusion region from the feature map of the backbone network and the corresponding critic network for evaluating the predicted BB map. The BB estimator and the critic network are the plug-in modules added to the object detection framework and learned competitively with adversarial manner. As the plug-in BB estimator is learned to estimate the BB map containing the object and occlusion pattern information, the backbone network can embed this information to enable robust detection under occlusion in the test phase. The comprehensive experimental results on the PASCAL VOC, MS COCO, and KITTI dataset showed that the performance is improved with the plug-in BB-Critic network by predicting and criticizing object and occlusion in general generic object detection framework.
Jung Uk Kim, Jungsu Kwon, Hak Gu Kim, Yong Man Ro
IEEE Trans. Circuits Syst. Video Technol.4
2020 Deep Virtual Reality Image Quality Assessment With Human Perception Guider for Omnidirectional Image
abstract
In this paper, we propose a novel deep learning-based virtual reality image quality assessment method that automatically predicts the visual quality of an omnidirectional image. In order to assess the visual quality in viewing the omnidirectional image, we propose deep networks consisting of virtual reality (VR) quality score predictor and human perception guider. The proposed VR quality score predictor learns the positional and visual characteristics of the omnidirectional image by encoding the positional feature and visual feature of a patch on the omnidirectional image. With the encoded positional feature and visual feature, patch weight and patch quality score are estimated. Then, by aggregating all weights and scores of the patches, the image quality score is predicted. The proposed human perception guider evaluates the predicted quality score by referring to the human subjective score (i.e., ground-truth obtained by subjects) using an adversarial learning. With adversarial learning, the VR quality score predictor is trained to accurately predict the quality score in order to deceive the guider, while the proposed human perception guider is trained to precisely distinguish between the predictor score and the ground-truth subjective score. To verify the performance of the proposed method, we conducted comprehensive subjective experiments and evaluated the performance of the proposed method. The experimental results show that the proposed method outperforms the existing two-dimentional image quality models and the state-of-the-art image quality models for omnidirectional images.
Hak Gu Kim, Heoun-taek Lim, Yong Man Ro
IEEE Trans. Circuits Syst. Video Technol.3
2020 Lightweight and Effective Facial Landmark Detection using Adversarial Learning with Face Geometric Map Generative Network
abstract
Facial landmark detection plays an important role in face analysis tasks. Moreover, it is used as a prerequisite in many facial related applications, the simplicity, as well as effectiveness, is essential in the facial landmark detection. In this paper, we propose an effective facial landmark detection network and an associated learning framework with the geometric prior-generative adversarial network. The geometric prior-generative adversarial network consists of one generator and two discriminators. The generator consists of an encoder and two decoders. The encoder predicts facial landmark points. The decoders generate a facial inner and contour geometric map from predicted landmark points. Generating face geometric maps from predicted landmark points helps the predicted landmark points to represent the face geometric information, including shape and configuration. The discriminators determine that the given geometric maps are generated from actual landmark points or estimated landmark points. Our proposed network is end-to-end trainable, and only the encoder part is used simply as the facial landmark detector in the testing stage. To verify the effectiveness of the proposed method, we have conducted comprehensive experiments with benchmark data sets. The results have shown that the proposed method achieves comparable performances over recently proposed facial landmark detection methods with a simple and effective facial landmark detection network.
Hong Joo Lee 0001, Seong Tae Kim 0001, Hakmin Lee, Yong Man Ro
IEEE Trans. Circuits Syst. Video Technol.4
2020 MCSIP Net: Multichannel Satellite Image Prediction via Deep Neural Network
abstract
Satellite image prediction is important in weather nowcasting. In this article, we propose a novel multichannel satellite image prediction network (MCSIP Net) for predicting satellite images. The proposed MCSIP Net consists of three parts such as the satellite image predictor, the spatio-temporal 3-D discriminators, and the domain knowledge critic networks. The satellite image predictor takes a multichannel satellite image as an input and predicts a multichannel satellite image by learning spatio-temporal characteristics of each input channel. The spatio-temporal 3-D discriminators are trained to distinguish whether the input satellite image consists of a real satellite image or predicted image. By learning the spatio-temporal 3-D discriminator to distinguish and the satellite image predictor to deceive, the satellite image predictor can generate satellite image more similar to real satellite image distribution. The domain knowledge critic networks take the satellite image and the corresponding analysis data (which is obtained from a meteorological model) as an input and learn to distinguish whether the input satellite image is real or predicted on the basis of the analysis data. By utilizing the analysis data, the proposed MCSIP Net could take the meteorological knowledge into account efficiently. For the purpose of verification of the proposed method, ablation study and qualitative evaluation were conducted. Experimental results demonstrated that the proposed MCSIP Net could be learned efficiently and predict a multichannel satellite image with remarkable quality.
Jae-Hyeok Lee 0001, Sangmin S. Lee, Hak Gu Kim, Sa-Kwang Song, Seongchan Kim, Yong Man Ro
IEEE Trans. Geosci. Remote. Sens.6
2020 BMAN: Bidirectional Multi-Scale Aggregation Networks for Abnormal Event Detection
abstract
Abnormal event detection is an important task in video surveillance systems. In this paper, we propose a novel bidirectional multi-scale aggregation networks (BMAN) for abnormal event detection. The proposed BMAN learns spatiotemporal patterns of normal events to detect deviations from the learned normal patterns as abnormalities. The BMAN consists of two main parts: an inter-frame predictor and an appearancemotion joint detector. The inter-frame predictor is devised to encode normal patterns, which generates an inter-frame using bidirectional multi-scale aggregation based on attention. With the feature aggregation, robustness for object scale variations and complex motions is achieved in normal pattern encoding. Based on the encoded normal patterns, abnormal events are detected by the appearance-motion joint detector in which both appearance and motion characteristics of scenes are considered. Comprehensive experiments are performed, and the results show that the proposed method outperforms the existing state-of-the-art methods. The resulting abnormal event detection is interpretable on the visual basis of where the detected events occur. Further, we validate the effectiveness of the proposed network designs by conducting ablation study and feature visualization.
Sangmin Lee 0001, Hak Gu Kim, Yong Man Ro
IEEE Trans. Image Process.3
2019 Mode Variational LSTM Robust to Unseen Modes of Variation: Application to Facial Expression Recognition
abstract
Spatio-temporal feature encoding is essential for encoding the dynamics in video sequences. Recurrent neural networks, particularly long short-term memory (LSTM) units, have been popular as an efficient tool for encoding spatio-temporal features in sequences. In this work, we investigate the effect of mode variations on the encoded spatio-temporal features using LSTMs. We show that the LSTM retains information related to the mode variation in the sequence, which is irrelevant to the task at hand (e.g. classification facial expressions). Actually, the LSTM forget mechanism is not robust enough to mode variations and preserves information that could negatively affect the encoded spatio-temporal features. We propose the mode variational LSTM to encode spatio-temporal features robust to unseen modes of variation. The mode variational LSTM modifies the original LSTM structure by adding an additional cell state that focuses on encoding the mode variation in the input sequence. To efficiently regulate what features should be stored in the additional cell state, additional gating functionality is also introduced. The effectiveness of the proposed mode variational LSTM is verified using the facial expression recognition task. Comparative experiments on publicly available datasets verified that the proposed mode variational LSTM outperforms existing methods. Moreover, a new dynamic facial expression dataset with different modes of variation, including various modes like pose and illumination variations, was collected to comprehensively evaluate the proposed mode variational LSTM. Experimental results verified that the proposed mode variational LSTM encodes spatio-temporal features robust to unseen modes of variation.
Wissam J. Baddar, Yong Man Ro
AAAI2
2019 Deep Objective Assessment Model Based on Spatio-Temporal Perception of 360-Degree Video for VR Sickness Prediction
abstract
In virtual reality (VR) environment, viewing safety is one of increasing concerns because of physical symptoms induced by VR sickness. Distortion of VR video is one of main causes. In this paper, we investigate the degradation of spatial resolution as distortion causing VR sickness. We propose a novel deep learning-based VR sickness assessment framework for predicting VR sickness caused by degradation of spatial resolution. The proposed method takes into account visual perception of 360-degree videos in spatio-temporal domain for assessing VR sickness. In cooperating visual quality and the temporal flickering with deep latent feature in training stage, the proposed network could effectively learn the spatio-temporal characteristics causing VR sickness. To evaluate the performance of the proposed method, we built a new dataset consisting of 360-degree videos and ground truths (physiological signals and SSQ scores). The dataset will be open publicly. Experimental results demonstrated that the proposed VR sickness assessment had a high correlation with human subjective scores.
Ki Hyun Kim, Sangmin Lee 0001, Hak Gu Kim, Minho Park 0002, Yong Man Ro
ICIP5
2019 Attentive Layer Separation for Object Classification and Object Localization in Object Detection
abstract
Object detection became one of the major fields in computer vision. In object detection, object classification and object localization tasks are conducted. Previous deep learning-based object detection networks perform with feature maps generated by completely shared networks. However, object classification focuses on the most discriminative object part of the feature map. Whereas, object localization requires a feature map that is focused on the entire area of the object. In this paper, we propose a novel object detection network by considering the difference between the two tasks. The proposed deep learning-based network mainly consists of two parts; 1) Attention network part where task-specific attention maps are generated, 2) Layer separation part where layers for estimating two tasks are separated. Comprehensive experimental results based on PASCAL VOC dataset and MS COCO dataset showed that proposed object detection network outperformed the state-of-the-art methods.
Jung Uk Kim, Yong Man Ro
ICIP2
2019 Physiological Fusion Net: Quantifying Individual VR Sickness with Content Stimulus and Physiological Response
abstract
Quantifying Virtual Reality (VR) sickness is demanded in industry to address viewing safety issue. In this paper, we develop a new method to quantify VR sickness. We propose a novel physiological fusion deep network which estimates individual VR sickness with content stimulus and physiological response. In the proposed framework, content stimulus guider and physiological response guider are devised to effectively represent feature related with VR sickness. Deep stimulus feature from the content stimulus guiders reflects the content sickness tendency while deep physiology feature from the physiological response guider reflects the individual sickness characteristics. By combining those features, VR sickness predictor quantifies individual Simulation Sickness Questionnaires (SSQ) scores. To evaluate the performance of the proposed method, we built a new dataset that consists of 360-degree videos with physiological signals and SSQ scores. Experimental results show that the proposed method achieved meaningful correlation with human subjective scores.
Sangmin Lee 0001, Seongyeop Kim, Hak Gu Kim, Min Seob Kim, Seokho Yun, Bumseok Jeong, Yong Man Ro
ICIP7
2019 Probenet: Probing Deep Networks
abstract
Despite the rapid progress of deep learning research in recent years, interpreting deep network is still quite challenging. Interpreting deep networks is essential to both end-users and developers since it gives confidence in the usage of the deep network. This paper deals with a method for interpreting deep networks, especially visual interpretation. In order to get visual interpretation from a target deep network, we propose a ProbeNet that provides a decomposed visual interpretation of the target deep network. The ProbeNet decomposes the feature representations of the point of the target deep network into human interpretable units. Furthermore, the ProbeNet provides kernel-level analysis about the target deep network. In experiments, visual interpretation of two different target deep networks showed the usefulness of the ProbeNet to interpret target deep networks.
Jae-Hyeok Lee 0001, Seong Tae Kim 0001, Yong Man Ro
ICIP3
2019 Generative Guiding Block: Synthesizing Realistic Looking Variants Capable of Even Large Change Demands
abstract
Realistic image synthesis is to generate an image that is perceptually indistinguishable from an actual image. Generating realistic looking images with large variations (e.g., large spatial deformations and large pose change), however, is very challenging. Handing large variations as well as preserving appearance needs to be taken into account in the realistic looking image generation. In this paper, we propose a novel realistic looking image synthesis method, especially in large change demands. To do that, we devise generative guiding blocks. The proposed generative guiding block includes realistic appearance preserving discriminator and naturalistic variation transforming discriminator. By taking the proposed generative guiding blocks into generative model, the latent features at the layer of generative model are enhanced to synthesize both realistic looking- and target variation- image. With qualitative and quantitative evaluation in experiments, we demonstrated the effectiveness of the proposed generative guiding blocks, compared to the state-of-the-arts.
Minho Park 0002, Hak Gu Kim, Yong Man Ro
ICIP3
2019 Realistic Breast Mass Generation Through BIRADS Category
Hakmin Lee, Seong Tae Kim 0001, Jae-Hyeok Lee 0001, Yong Man Ro
MICCAI (6)4
2019 Photo-Realistic Facial Emotion Synthesis Using Multi-level Critic Networks with Multi-level Generative Model
Minho Park 0002, Hak Gu Kim, Yong Man Ro
MMM (2)3
2019 Implementation of multimodal biometric recognition via multi-feature deep learning networks and feature fusion
Leslie Ching Ow Tiong, Seong Tae Kim 0001, Yong Man Ro
Multim. Tools Appl.3
2019 Multi-Objective Based Spatio-Temporal Feature Representation Learning Robust to Expression Intensity Variations for Facial Expression Recognition
abstract
Facial expression recognition (FER) is increasingly gaining importance in various emerging affective computing applications. In practice, achieving accurate FER is challenging due to the large amount of inter-personal variations such as expression intensity variations. In this paper, we propose a new spatio-temporal feature representation learning for FER that is robust to expression intensity variations. The proposed method utilizes representative expression-states (e.g., onset, apex and offset of expressions) which can be specified in facial sequences regardless of the expression intensity. The characteristics of facial expressions are encoded in two parts in this paper. As the first part, spatial image characteristics of the representative expression-state frames are learned via a convolutional neural network. Five objective terms are proposed to improve the expression class separability of the spatial feature representation. In the second part, temporal characteristics of the spatial feature representation in the first part are learned with a long short-term memory of the facial expression. Comprehensive experiments have been conducted on a deliberate expression dataset (MMI) and a spontaneous micro-expression dataset (CASME II). Experimental results showed that the proposed method achieved higher recognition rates in both datasets compared to the state-of-the-art methods.
Dae Hoe Kim, Wissam J. Baddar, Jinhyeok Jang, Yong Man Ro
IEEE Trans. Affect. Comput.4
2019 Binocular Fusion Net: Deep Learning Visual Comfort Assessment for Stereoscopic 3D
abstract
In this paper, we propose a novel deep learning-based visual comfort assessment (VCA) for stereoscopic images. To assess the overall degree of visual discomfort in stereoscopic viewing, we devise a binocular fusion deep network (BFN) learning binocular characteristics between stereoscopic images. The proposed BFN learns the latent binocular feature representations for the visual comfort score prediction. In the BFN, the binocular feature is encoded by fusing the spatial features extracted from left and right views. Finally, the visual comfort score is predicted by projecting the binocular feature onto the subjective score space. In addition, we devise a disparity regularization network (DRN) for improving the prediction results. The proposed DRN takes the binocular feature from the BFN and estimates disparity maps from the feature in order to embed disparity relations between left and right views into the deep network. The proposed deep network with BFN and DRN is end-to-end trained in a unified framework in which the DRN acts as disparity regularization. We evaluated the prediction performance of the proposed deep network for VCA by the comparison of existing objective VCA metrics. Further, we demonstrated that the proposed BFN showed various factors causing visual discomfort by using network visualization.
Hak Gu Kim, Hyunwook Jeong, Heoun-taek Lim, Yong Man Ro
IEEE Trans. Circuits Syst. Video Technol.4
2019 Attended Relation Feature Representation of Facial Dynamics for Facial Authentication
abstract
In psychology, it is known that facial dynamics benefit the perception of identity. This paper proposes a novel deep network framework to capture identity information from facial dynamics and their relations. In the proposed method, facial dynamics occurred from a smile expression are analyzed and utilized for facial authentication. Detailed changes in the local regions of a face such as wrinkles and dimples are encoded in the facial dynamic feature representation. The latent relationships of the facial dynamic features are learned by the facial dynamic relational network. In the facial dynamic relational network, the relation features of the facial dynamic are encoded and the relational importance is encoded based on the relation features. As a result, the proposed method has more attention on the important relation features in facial authentication. Through comprehensive and comparative experiments, the effectiveness of the proposed method has been verified in facial authentication.
Seong Tae Kim 0001, Yong Man Ro
IEEE Trans. Inf. Forensics Secur.2
2019 VRSA Net: VR Sickness Assessment Considering Exceptional Motion for 360° VR Video
abstract
The viewing safety is one of the main issues in viewing virtual reality (VR) content. In particular, VR sickness could occur when watching immersive VR content. To deal with the viewing safety for VR content, objective assessment of VR sickness is of great importance. In this paper, we propose a novel objective VR sickness assessment (VRSA) network based on deep generative model for automatically predicting the VR sickness score. The proposed method takes into account motion patterns of VR videos in which an exceptional motion is a critical factor inducing excessive VR sickness in human motion perception. The proposed VRSA network consists of two parts, which are VR video generator and VR sickness score predictor. By training the VR video generator with common videos with non-exceptional motion, the generator learns the tolerance of VR sickness in human motion perception. As a result, the difference between the original and the generated videos by the VR video generator could represent exceptional motion of VR video causing VR sickness. In the VR sickness score predictor, the VR sickness score is predicted by projecting the difference between the original and the generated videos onto the subjective score space. For the evaluation of VR sickness assessment, we built a new dataset which consists of 360° videos (stimuli), corresponding physiological signals, and subjective questionnaires from subjective assessment experiments. Experimental results demonstrated that the proposed VRSA network achieved a high correlation with human perceptual score for VR sickness.
Hak Gu Kim, Heoun-taek Lim, Sangmin Lee 0001, Yong Man Ro
IEEE Trans. Image Process.4
2018 Learning Spatio-Temporal Features With Partial Expression Sequences for On-the-Fly Prediction
abstract
Spatio-temporal feature encoding is essential for encoding facial expression dynamics in video sequences. At test time, most spatio-temporal encoding methods assume that a temporally segmented sequence is fed to a learned model, which could require the prediction to wait until the full sequence is available to an auxiliary task that performs the temporal segmentation. This causes a delay in predicting the expression. In an interactive setting, such as affective interactive agents, such delay in the prediction could not be tolerated. Therefore, training a model that can accurately predict the facial expression "on-the-fly" (as they are fed to the system) is essential. In this paper, we propose a new spatio-temporal feature learning method, which would allow prediction with partial sequences. As such, the prediction could be performed on-the-fly. The proposed method utilizes an estimated expression intensity to generate dense labels, which are used to regulate the prediction model training with a novel objective function. As results, the learned spatio-temporal features can robustly predict the expression with partial (incomplete) expression sequences, on-the-fly. Experimental results showed that the proposed method achieved higher recognition rates compared to the state-of-the-art methods on both datasets. More importantly, the results verified that the proposed method improved the prediction frames with partial expression sequence inputs.
Wissam J. Baddar, Yong Man Ro
AAAI2
2018 Facial Dynamics Interpreter Network: What Are the Important Relations Between Local Dynamics for Facial Trait Estimation?
Seong Tae Kim 0001, Yong Man Ro
ECCV (12)2
2018 Stan: Spatio- Temporal Adversarial Networks for Abnormal Event Detection
abstract
In this paper, we propose a novel abnormal event detection method with spatio-temporal adversarial networks (STAN). We devise a spatio-temporal generator which synthesizes an inter- frame by considering spatio-temporal characteristics with bidirectional ConvLSTM. A proposed spatio-temporal discriminator determines whether an input sequence is real-normal or not with 3D convolutional layers. These two networks are trained in an adversarial way to effectively encode spatio-temporal features of normal patterns. After the learning, the generator and the discriminator can be independently used as detectors, and deviations from the learned normal patterns are detected as abnormalities. Experimental results show that the proposed method achieved competitive performance compared to the state-of-the-art methods. Further, for the interpretation, we visualize the location of abnormal events detected by the proposed networks using a generator loss and discriminator gradients.
Sangmin Lee 0001, Hak Gu Kim, Yong Man Ro
ICASSP3
2018 Object Bounding Box-Critic Networks for Occlusion-Robust Object Detection in Road Scene
abstract
Object detection in a road scene has received a significant attention from research fields of developing autonomous vehicle and automatic road monitoring systems. However, object occlusion problems frequently occur in generic road scenes. Due to such occlusion problems, previous object detection methods have limitations of not being able to detect objects accurately. In this paper, we propose a novel object detection network which is robust in occlusions. For effective object detection even with occlusion, the proposed network mainly consists of two parts; 1) Object detection framework, 2) Multiple object bounding box (OBB)-Critic network for predicting a BB map which estimates both object region and occlusion region. Comprehensive experimental results on a KITTI Vision Benchmark Suite dataset showed that the proposed object detection network outperformed the state-of-the-art methods.
Jung Uk Kim, Jungsu Kwon, Hak Gu Kim, Haesung Lee, Yong Man Ro
ICIP5
2018 Adversarial Spatial Frequency Domain Critic Learning for Age and Gender Classification
abstract
This paper proposes a novel deep learning framework for age and gender classification with the adversarial spatial frequency domain critic. In the proposed framework, the encoder-generator synthesizes realistic facial images with real images and corresponding age and gender label. An adversarial critic is devised to make generated images more proper for age and gender classification. In particular, we analyze the characteristic of age and gender attributes in the spatial frequency domain. Based on our investigation, we devise the spatial frequency domain critic network for considering the specific frequency bands which are dominant on age and gender attributes. Our discriminator is designed to simultaneously perform age and gender classification tasks. For this purpose, alternating learning is performed for multi-task classification. Experimental results showed that the proposed method outperformed other state-of-the-art methods in age and gender classifications.
Sangmin S. Lee, Hak Gu Kim, Ki Hyun Kim, Yong Man Ro
ICIP4
2018 Session details: Demo + Video + Makers' Program
Kwanghoon Sohn, Yong Man Ro
ACM Multimedia2
2018 Teacher and Student Joint Learning for Compact Facial Landmark Detection Network
Hong Joo Lee 0001, Wissam J. Baddar, Hak Gu Kim, Seong Tae Kim 0001, Yong Man Ro
MMM (1)5
2018 Convolution with Logarithmic Filter Groups for Efficient Shallow CNN
Tae Kwan Lee, Wissam J. Baddar, Seong Tae Kim 0001, Yong Man Ro
MMM (1)4
2017 Color channel-wise recurrent learning for facial expression recognition
abstract
Facial expression recognition is increasingly gaining importance in emerging affective computing applications. In practice, achieving accurate facial expression recognition is still challenging due to environmental variations. In this paper, we propose a color channel-wise recurrent facial feature learning. The proposed method adopts recurrent neural network to learn expression features sequentially along color channels. The proposed network preserves discriminative expression feature through a long short-term memory for the sequence of color spatial features. Comprehensive experiments have been conducted on the publically available CMU Multi-PIE dataset under illumination variations. Experimental results showed that the proposed method achieved higher recognition rates compared to the state-of-the-art methods.
Jinhyeok Jang, Dae Hoe Kim, Hyungil Kim, Yong Man Ro
ICASSP4
2017 Visual comfort assessment of stereoscopic images using deep visual and disparity features based on human attention
abstract
This paper proposes a novel visual comfort assessment (VCA) for stereoscopic images using deep learning. To predict visual discomfort of human visual system in stereoscopic viewing, we devise VCA deep networks to latently encode perceptual cues, which are visual differences between stereoscopic images and human attention-based disparity magnitude and gradient information. To extract the visual difference features from left and right views, a Siamese network is employed. In addition, human attention region-based disparity magnitude and gradient maps are fed to two individual deep convolutional neural networks (DCNNs) for disparity-related features based on human visual system (HVS). Finally, by aggregating these perceptual features, the proposed method directly predicts the final visual comfort score. Extensive and comparative experiments have been conducted on IEEE-SA dataset. Experimental results show that the proposed method can yield excellent correlation performance compared to existing methods.
Hyunwook Jeong, Hak Gu Kim, Yong Man Ro
ICIP3
2017 Adaptive attention fusion network for visual question answering
abstract
Automatic understanding of the content of a reference image and natural language questions is needed in Visual Question Answering (VQA). Generating a visual attention map that focuses on the regions related to the context of the question can improve performance of VQA. In this paper, we propose adaptive attention-based VQA network. The proposed method utilizes the complementary information from the attention maps depending on three levels of word embedding (word level, phrase level, and question level embedding), and adaptively fuses the information to represent the image-question pair appropriately. Comparative experiments have been conducted on the public COCO-QA database to validate the proposed method. Experimental results have shown that the proposed method outperforms previous methods in terms of accuracy.
Geonmo Gu, Seong Tae Kim 0001, Yong Man Ro
ICME3
2017 Learning Features Robust to Image Variations with Siamese Networks for Facial Expression Recognition
Wissam J. Baddar, Dae Hoe Kim, Yong Man Ro
MMM (1)3
2017 Measurement of exceptional motion in VR video contents for VR sickness assessment using deep convolutional autoencoder
abstract
This paper proposes a new objective metric of exceptional motion in VR video contents for VR sickness assessment. In VR environment, VR sickness can be caused by several factors which are mismatched motion, field of view, motion parallax, viewing angle, etc. Similar to motion sickness, VR sickness can induce a lot of physical symptoms such as general discomfort, headache, stomach awareness, nausea, vomiting, fatigue, and disorientation. To address the viewing safety issues in virtual environment, it is of great importance to develop an objective VR sickness assessment method that predicts and analyses the degree of VR sickness induced by the VR content. The proposed method takes into account motion information that is one of the most important factors in determining the overall degree of VR sickness. In this paper, we detect the exceptional motion that is likely to induce VR sickness. Spatio-temporal features of the exceptional motion in the VR video content are encoded using a convolutional autoencoder. For objectively assessing the VR sickness, the level of exceptional motion in VR video content is measured by using the convolutional autoencoder as well. The effectiveness of the proposed method has been successfully evaluated by subjective assessment experiment using simulator sickness questionnaires (SSQ) in VR environment.
Hak Gu Kim, Wissam J. Baddar, Heoun-taek Lim, Hyunwook Jeong, Yong Man Ro
VRST5
2017 Effective and efficient human action recognition using dynamic frame skipping and trajectory rejection
Jeong-Jik Seo, Hyungil Kim, Wesley De Neve, Yong Man Ro
Image Vis. Comput.4
2017 Multiview Stereoscopic Video Hole Filling Considering Spatiotemporal Consistency and Binocular Symmetry for Synthesized 3D Video
abstract
This paper proposes a new hole-filling method with spatiotemporal consistency and binocular symmetry for synthesized 3D videos in view extrapolation. Disocclusion regions in the synthesized views at virtual viewpoints result in regions with missing content. These regions will be referred to as hole regions. To provide the high-quality synthesized 3D videos via 3D display, the hole regions need to be filled considering the characteristics of human visual perception. From the perceptual point of view, binocular asymmetry between synthesized left- and right-eye videos (i.e., stereo pair video) is one of the most important factors that induce visual discomfort in stereoscopic viewing. In addition, binocular symmetry without temporal consistency between temporally neighboring frames could cause visual discomfort by annoying flickering artifacts. In this paper, to maintain the spatiotemporal consistency and binocular symmetry in synthesized 3D videos at multiple virtual viewpoints, we propose a global optimization-based hole-filling method using the information from the already filled adjacent view and previous frame. Furthermore, to reduce the computational cost of the global optimization, we propose a label propagation method, which propagates reliable labels used in the adjacent view and previous frame to the target image to be filled. The performance of the proposed method has been evaluated by objective assessments of 3D image quality, temporal consistency, and computational efficiency. In addition, subjective assessment is conducted for measuring the visual comfort and overall quality. The experimental results proved that the proposed method provides hole filling results with spatiotemporal consistency and binocular symmetry.
Hak Gu Kim, Yong Man Ro
IEEE Trans. Circuits Syst. Video Technol.2
2016 Latent feature representation with 3-D multi-view deep convolutional neural network for bilateral analysis in digital breast tomosynthesis
abstract
In clinical studies of breast cancer, masses appear as asymmetric densities between the left and the right breasts, which show different breast tissue structures. For classifying breast masses, most researchers have developed hand-crafted bilateral features by extracting the asymmetric information in 2-D mammograms. In digital breast tomosynthesis (DBT), which has 3D volume data, effective bilateral features are needed to detect masses. In this paper, we propose latent bilateral feature representation with 3-D multi-view deep convolutional neural network (DCNN) in the DBT reconstructed volume. The proposed DCNN is designed to discover hidden or latent bilateral feature representation of masses in self-taught learning. Experimental results show that the proposed latent bilateral feature representation outperforms conventional hand-crafted features by achieving a high area under the receiver operating characteristic curve.
Dae Hoe Kim, Seong Tae Kim 0001, Yong Man Ro
ICASSP3
2016 A deep facial landmarks detection with facial contour and facial components constraint
abstract
In this paper, we propose a new facial landmarks detection method based on deep learning with facial contour and facial components constraints. The proposed deep convolutional neural networks (DCNNs) for facial landmark detection consists of two deep networks: one DCNN is to detect landmarks constrained on the facial contour and the other is to detect landmarks constrained on facial components. A novel DCNN structure for the landmarks detection with facial component constraints is proposed, which branches the network at higher layers in order to capture the intricate local facial components features. Moreover, a novel learning strategy is proposed to learn the DCNN for detecting the landmarks on the facial contour by exploiting the relationship between facial contour landmarks and those on facial components. Experimental results have shown that the proposed method outperforms the state-of-the-art FLD methods.
Wissam J. Baddar, Jisoo Son, Dae Hoe Kim, Seong Tae Kim 0001, Yong Man Ro
ICIP5
2016 Spatio-temporal representation for face authentication by using multi-task learning with human attributes
abstract
For human identification, facial motion is useful in representing specific dynamic signature. In this paper, we present an effective spatio-temporal representation from facial motion as well as appearance by devising a 3D convolutional neural network (CNN). To maintain the intra-class invariance with limited number of training samples, a multi-task learning approach with human attributes, which are high-level semantic descriptions for identity, has been proposed. Identity-related human attributes can be leveraged to learn the 3D CNN. Comparative experiment has showed that the proposed method improves the performance of the face-based authentication system compared to conventional methods by effectively encoding facial appearance and motions with identity-related human attributes.
Seong Tae Kim 0001, Dae Hoe Kim, Yong Man Ro
ICIP3
2016 Measurement of critical temporal inconsistency for quality assessment of synthesized video
abstract
This paper proposes a new temporal consistency measure for quality assessment of synthesized video. Disocclusion regions appear hole regions of the synthesized video at virtual viewpoints. Filling hole regions could be problematic when the synthesized video is perceived through multi-view displays. In particular, the temporal inconsistency caused by hole filling process in view synthesis could affect the perceptual quality of the synthesized video. In the proposed method, we extract excessive flicker regions between consecutive frames and quantify the perceptual effects of the temporal inconsistency on them by measuring the structural similarity. We have demonstrated the validity of the proposed quality measure by comparisons of subjective ratings and existing objective metrics. Experimental results have shown that the proposed temporal inconsistency measure is highly correlated with the overall quality of the synthesized video.
Hak Gu Kim, Yong Man Ro
ICIP2
2016 Collaborative facial color feature learning of multiple color spaces for face recognition
abstract
Facial color is known as playing an important role in face recognition. Color face recognition has been investigated in the last decade. Recently, deep learning has attracted considerable attention due to their high performance in face recognition. The importance of the color in a deep learning framework is not fully investigated yet. In this paper, we have conducted experiments to investigate the effectiveness of facial color in face recognition with deep learning. Through experimental results, we have demonstrated that facial color is helpful for enhancing the recognition performance in deep learning and color space selection is crucial to achieve high performance. Moreover, by fusing features from multiple color spaces, the face recognition accuracy has been considerably improved.
Hyungil Kim, Yong Man Ro
ICIP2
2016 Micro-Expression Recognition with Expression-State Constrained Spatio-Temporal Feature Representations
abstract
Recognizing spontaneous micro-expression in video sequences is a challenging problem. In this paper, we propose a new method of small scale spatio-temporal feature learning. The proposed learning method consists of two parts. First, the spatial features of micro-expressions at different expression-states (i.e., onset, onset to apex transition, apex, apex to offset transition and offset) are encoded using convolutional neural networks (CNN). The expression-states are taken into account in the objective functions, to improve the expression class separability of the learned feature representation. Next, the learned spatial features with expression-state constraints are transferred to learn temporal features of micro-expression. The temporal feature learning encodes the temporal characteristics of the different states of the micro-expression using long short-term memory (LSTM) recurrent neural networks. Extensive and comprehensive experiments have been conducted on the publically available CASME II micro-expression dataset. The experimental results showed that the proposed method outperformed state-of-the-art micro-expression recognition methods in terms of recognition accuracy.
Dae Hoe Kim, Wissam J. Baddar, Yong Man Ro
ACM Multimedia3
2016 Classifier ensemble generation and selection with multiple feature representations for classification applications in computer-aided detection and diagnosis on mammography
Dae Hoe Kim, Konstantinos N. Plataniotis, Yong Man Ro
Expert Syst. Appl.4
2016 Feature scalability for a low complexity face recognition with unconstrained spatial resolution
Hyungil Kim, Seung-Ho Lee, Yong Man Ro
Multim. Tools Appl.4
2016 Collaborative expression representation using peak expression and intra class variation face images for practical subject-independent emotion recognition in videos
Seung-Ho Lee, Wissam J. Baddar, Yong Man Ro
Pattern Recognit.3
2016 Partial Matching of Facial Expression Sequence Using Over-Complete Transition Dictionary for Emotion Recognition
abstract
Facial dynamics contain useful information for facial expression recognition (FER). However, exploiting dynamics in FER is challenging. This is mainly due to a variety of expression transitions. For example, video sequences belonging to a same emotion class may have different characteristics in transition duration and/or transition type (e.g., onset versus offset). The temporal mismatches between query and training video sequences could degrade the FER. This paper proposes a new partial matching framework that aims to overcome the temporal mismatch of expression transition. During the training stage, we construct an over-complete transition dictionary where many possible partial expression transitions are contained. During the test stage, we extract a number of partial expression transitions from a query video sequence. Each partial expression transition is analyzed individually. This increases the possibility of matching a partial expression transition in the query video sequence against the partial expression transitions in the over-complete transition dictionary. To make a partial matching subject-independent and robust to the temporal mismatch, each partial expression transition is defined as facial shape displacement between a pair of face clusters. Experimental results show that the proposed method is robust to variations of transition duration and transition type in subject-independent recognition.
Seung-Ho Lee, Yong Man Ro
IEEE Trans. Affect. Comput.2
2016 Critical Binocular Asymmetry Measure for the Perceptual Quality Assessment of Synthesized Stereo 3D Images in View Synthesis
abstract
In human vision, excessive binocular asymmetry between the left- and right-eye images can be very problematic to perceive single binocular vision (causing visual discomfort) in the viewing of stereoscopic images. In this paper, we propose a critical binocular asymmetry (CBA) measure for objectively assessing the perceptual quality of the synthesized stereo 3D images generated through a depth-image-based rendering (DIBR) process. The proposed method detects critical regions that are likely to induce excessive binocular asymmetry. In particular, this paper considers view extrapolation since it introduces much more artifacts due to the lack of data. We measure structural similarity on the critical regions between the left and right images to quantify the perceptual effects of binocular asymmetry. The effectiveness of the proposed quality measure has been successfully evaluated by subjective assessment experiments using various types of synthesized stereoscopic images generated by four different DIBR-based view synthesis algorithms. We demonstrate the validity of the proposed quality measure by the comparison of subjective ratings and existing objective methods. Experimental results show that the combined use of the proposed binocular asymmetry measure and existing quality measures substantially improves the performance of the quality measures by explicitly considering the perceptual effects of CBA.
Yong Ju Jung, Hak Gu Kim, Yong Man Ro
IEEE Trans. Circuits Syst. Video Technol.3
2015 Feature extraction from bilateral dissimilarity in digital breast tomosynthesis reconstructed volume
abstract
In this paper, we propose bilateral features for classifying breast masses by extracting the asymmetric information of both the left and the right breasts in the digital breast tomosynthesis (DBT) reconstructed volume. Clinically, it is known that the left and the right breast of the same patient tend to present a high degree of symmetry of internal structures over broad areas. On the other hand, masses appear as asymmetric densities which show different breast tissue structures between the left and the right breasts. Based on that clinical fact, bilateral features are proposed to measure the dissimilarity of texture or intensity characteristics between volumes-of-interest (VOIs) in a given breast, and the corresponding VOIs in the bilateral breast. Experimental results show that the proposed bilateral features in conjunction with single-view mass features can achieve higher level of classification performance in terms of the area under the receiver operating characteristic (ROC) curve (AUC) compared to the performance of the single-view features only.
Dae Hoe Kim, Seong Tae Kim 0001, Wissam J. Baddar, Yong Man Ro
ICIP4
2015 Region matching based on local structure information in ipsilateral digital breast tomosynthesis views
abstract
Digital breast tomosynthesis (DBT) is an emerging 3D x-ray imaging modality in breast cancer screening. Clinical studies have been reported that sensitivity of breast cancer detection can be increased by using two ipsilateral DBT views. Matching corresponding regions in the ipsilateral DBT views is important to achieve high detection sensitivity. In this paper, we propose a novel and effective region matching method based on local structure information in the ipsilateral DBT views. In the proposed method, for a given query region, we find corresponding region on target slices by using local descriptor and associated similarity. Experimental results showed that the proposed region matching method achieved the improvement in accuracy of region matching compared with the existing breast compression model-based region matching method.
Seong Tae Kim 0001, Dae Hoe Kim, Dong Jin Ji, Yong Man Ro
ICIP4
2015 Face image assessment learned with objective and relative face image qualities for improved face recognition
abstract
Considerable research efforts have been made for face recognition in various real-world applications. However, degraded face images, acquired in the real-world, make face recognition difficult. In this paper, we propose a new face image quality assessment that aims to realize a robust and reliable face recognition system. The proposed method considers two factors for face image quality, i.e., visual quality and mismatch between training and test face images. A face image quality assessor is learned based on the two factors to discriminate useful faces from unuseful ones. The proposed face image quality assessment model is robust and adaptive to face recognition systems by employing a learned assessment. Our experimental results on a challenging database show significant improvement in face recognition accuracy by the proposed method.
Hyungil Kim, Seung-Ho Lee, Yong Man Ro
ICIP3
2015 Temporally consistent hole filling method based on global optimization with label propagation for 3D video
abstract
This paper presents a new temporally consistent hole filling method based on global optimization for a synthesized 3D vid-eo.1For the temporal consistency, the proposed method adaptively utilizes the already filled region in a previous frame under the guidance of motion vectors to fill a hole region in a current frame (i.e., target frame to-be-filled). In addition, when filling the hole region in the target frame, reliable labels are stored and propagated to a next target frame in order to reduce the computational cost of the global optimization. Experimental results show that the proposed method can achieve the temporal consistency and a high computational gain than existing hole filling methods.
Hak Gu Kim, Soo Sung Yoon, Yong Man Ro
ICIP3
2015 Human action recognition using time-invariant key-trajectories describing spatio-temporal salient motion
abstract
Human action recognition (HAR) has been attracting much attention in the computer vision arena. In particular, many research efforts were dedicated for developing discriminative feature extraction methods for improving the HAR performance. Among them, trajectory-based features have shown state-of-the-art performance. However, the time-variance of trajectory-based feature and the large number of indistinctive trajectories describing the human action can limit their performance. In this paper, we propose extracting human action features from a distinctive subset of trajectories, namely key-trajectories. Moreover, the key-trajectories are extracted in a time-invariant manner, so that they are able to represent human action regardless of the time at which the action occurs. With publically available and challenging datasets, comparative experiments have been conducted. Results show that the proposed key-trajectory feature extraction improves the HAR performance thanks to their distinctive and time-invariant characteristics.
Jeong-Jik Seo, Wissam J. Baddar, Dae Hoe Kim, Yong Man Ro
ICIP4
2015 Multispectral Texture Features from Visible and Near-Infrared Synthetic Face Images for Face Recognition
abstract
Recently, high-performance face recognition has attracted research attention in real-world scenarios. Thanks to the advances in sensor technology, face recognition system equipped with multiple sensors has been widely researched. Among them, face recognition system with near-infrared imagery has been one important research topic. In this paper, complementary effect resided in face images captured by nearinfrared and visible rays is exploited by combining two distinct spectral images (i.e., face images captured by near-infrared and visible rays). We propose a new texture feature (i.e., multispectral texture feature) extraction method with synthesized face images to achieve high-performance face recognition with illumination-invariant property. The experimental results show that the proposed method enhances the discriminative power of features thanks the complementary effect.
Hyungil Kim, Seung-Ho Lee, Yong Man Ro
ISM3
2015 Pose-Robust and Discriminative Feature Representation by Multi-task Deep Learning for Multi-view Face Recognition
abstract
Automatic face recognition (FR) under uncontrolled environments has attracted considerable research attention. In the uncontrolled environments, pose variation is known as one of the crucial factors that influences FR performance. In this paper, we propose a discriminative and pose-robust feature representation using the multi-task learning in deep convolutional neural networks (ConvNet). We introduce four tasks (i.e., maximizing inter-class variation, minimizing intraclass variation, minimizing intra-pose variation, and preserving pose continuity) to learn the ConvNet. Moreover, two-stage learning strategy is proposed to minimize the error functions in learning the deep ConvNet. The extensive experimental results (with the challenging CMU MultiPIE dataset containing pose variations) show that the proposed method outperform stateof-the-art in terms of FR accuracy. Furthermore, the proposed method shows significant improvement even for the face images whose poses are not included in training set.
Jeong-Jik Seo, Hyungil Kim, Yong Man Ro
ISM3
2015 Subtle Facial Expression Recognition Using Adaptive Magnification of Discriminative Facial Motion
abstract
Recently, recognizing spontaneous facial expression has gained increasing attention in various emerging applications related to human affect. Spontaneous facial expression may generally have different temporal characteristics across subjects, emotion types, and so on. In this paper, we proposed a facial expression recognition (FER) method which adaptively magnifies a subtle facial motion based on its temporal characteristics. In training stage, we learn the relations between the temporal characteristics of facial motions and their discriminative temporal filtering. The learned model is used to automatically predict the most discriminative temporal filtering that magnifies the subtle facial motion in a test sequence. Experimental result shows that the proposed FER using the adaptive motion magnification performed clearly better than FER using non-adaptive motion magnification as well as FER without motion magnification.
Sung Yeong Park, Seung-Ho Lee, Yong Man Ro
ACM Multimedia3
2015 Image-based coin recognition using rotation-invariant region binary patterns based on gradient magnitudes
Semin Kim 0001, Seung-Ho Lee, Yong Man Ro
J. Vis. Commun. Image Represent.3
2014 Adaptive feature extraction for blurred face images in facial expression recognition
abstract
In real world facial expression recognition, blurred face images could hamper achieving high performance due to the lack of distinct edges and textures. In this paper, we propose a new feature extraction method that is robust to blurred face images for facial expression recognition. In the proposed method, the facial feature is extracted adaptively depending on the image sharpness, aiming to achieve robustness against blurred face images. Experimental results on blurred face images demonstrate that the proposed method outperforms the exiting feature extraction method.
Hyungil Kim, Seung-Ho Lee, Yong Man Ro
ICIP3
2014 Local age group modeling in unconstrained face images for facial age classification
abstract
Age classification in the real world is a very challenging task due to the large variation of face appearances (e.g., a variety of human races, genders, facial expressions, poses etc.). In this paper, we propose a new age classification method using local modeling of age group to deal with large variation problem. The local modeling is built by clustering training faces within an age group. Nearest face clusters in the local modeling to a test face contribute in determining the age group of the test face. This enables us to reduce the effect of the variation unrelated to age. For comparing the test face with the face clusters, we combine two complementary similarities that consider the cluster centroid and the intra-cluster variation. Experimental result on a real-world dataset shows that our local modeling based approach is superior to global modeling based approach, achieving state-of-the-art performance.
Seung-Ho Lee, Yong Man Ro
ICIP2
2014 Inter-view consistent hole filling in view extrapolation for multi-view image generation
abstract
This paper proposes a new inter-view consistent hole filling method in view extrapolation for multi-view image generation. In stereopsis, inter-view consistency regarding structure, color, and luminance is one of the crucial factors that affect the overall viewing quality of three-dimensional image contents. In particular, the inter-view inconsistency could induce visual stress on the human visual system. To ensure the inter-view consistency, the proposed method suggests a hole filling method in an order from the nearest to farthest view to the reference view by propagating the filled color information in the preceding view. In addition, a novel depth map filling method is incorporated to achieve the inter-view consistency. Experimental results show that the proposed method significantly improves the inter-view consistency for multiview images and depth maps, compared to those of previous methods.
Soo Sung Yoon, Hosik Sohn, Yong Ju Jung, Yong Man Ro
ICIP4
2014 Sub-sampled dictionaries for coarse-to-fine sparse representation-based human action recognition
abstract
Automatic human action recognition is a core functionality of systems for video surveillance and human-object interaction. However, the diverse nature of human actions and the noisy nature of most video content make it difficult to achieve effective human action recognition. To overcome the aforementioned problems, Sparse Representation (SR) has recently attracted substantial research attention. However, although SR-based approaches have proven to be reasonably effective, the computational complexity of the testing stage prohibits their usage by applications requiring support for real-time operation and a vast number of human action classes. In this paper, we propose a novel method for human action recognition, leveraging coarse-to-fine sparse representations that have been obtained through dictionary sub-sampling. Comparative experimental results obtained for the UCF50 dataset demonstrate that the proposed method is able to achieve efficient human action recognition, at no substantial loss in recognition accuracy.
Hyunseok Min, Jeong-Jik Seo, Wesley De Neve, Yong Man Ro
ICME5
2014 Investigating Cascaded Face Quality Assessment for Practical Face Recognition System
abstract
Recently, the development of practical face recognition (FR) system has received much attention. Despite of its extensive study, the FR performance could be severely degraded in real-life scenario (e.g., CCTV surveillance), due to uncontrolled face image conditions of pose/alignment, blur, and brightness. This paper proposes new automated face quality assessment (FQA) framework built-in to a practical FR system. In the proposed framework, three quality factors in face images are rapidly evaluated owing to a cascaded classification. Only face images that have been verified by the FQA are used in recognition phase. Our experiment shows that the cascaded FQA can successfully discard face images that could negatively affect FR.
Hyungil Kim, Seung-Ho Lee, Yong Man Ro
ISM3
2014 An Evaluation of Bitrate Adaptation Methods for HTTP Live Streaming
abstract
HTTP streaming has become a cost-effective means for multimedia delivery nowadays. For adaptivity to networks and terminals, a provider should generate multiple representations of an original video as well as the related metadata. Recently, there have been various adaptation methods to support adaptive HTTP streaming. In this paper, we investigate typical adaptation methods in the context of live video streaming. We first discuss the trade-off among typical adaptation methods. The evaluation and comparison are then carried out not only in terms of bitrate and buffer behaviors but also in terms of the perceptual impact on end users. It is found that the perceptual impact depends not only on adaptation method but also on the content itself. We also show that the preparation of representation sets may affect the behaviors of some adaptation methods.
Truong Cong Thang, Hung T. Le, Anh T. Pham 0002, Yong Man Ro
IEEE J. Sel. Areas Commun.4
2014 Rotation and flipping robust region binary patterns for video copy detection
Semin Kim 0001, Seung-Ho Lee, Yong Man Ro
J. Vis. Commun. Image Represent.3
2014 Visually weighted neighbor voting for image tag relevance learning
Sihyoung Lee, Wesley De Neve, Yong Man Ro
Multim. Tools Appl.3
2014 Adaptive weighted fusion with new spatial and temporal fingerprints for improved video copy detection
Semin Kim 0001, Seungwan Han, Yong Man Ro
Signal Process. Image Commun.4
2014 Intra-Class Variation Reduction Using Training Expression Images for Sparse Representation Based Facial Expression Recognition
abstract
Automatic facial expression recognition (FER) is becoming increasingly important in the area of affective computing systems because of its various emerging applications such as human-machine interface and human emotion analysis. Recently, sparse representation based FER has become popular and has shown an impressive performance. However, sparse representation could often produce less meaningful sparse solution for FER due to intra-class variation such as variation in identity or illumination. This paper proposes a new sparse representation based FER method, aiming to reduce the intra-class variation while emphasizing the facial expression in a query face image. To that end, we present a new method for generating an intra-class variation image of each expression by using training expression images. The appearance of each intra-class variation image could be close to the appearance of the query face image in identity and illumination. Therefore, the differences between the query face image and its intra-class variation images are used as the expression features for sparse representation. Experimental results show that the proposed FER method has high discriminating capability in terms of improving FER performance. Further, the intra-class variation images of non-neutral expressions are complementary with that of neutral expression, for improving FER performance.
Seung-Ho Lee, Konstantinos N. Plataniotis, Yong Man Ro
IEEE Trans. Affect. Comput.3
2014 Visual Comfort Amelioration Technique for Stereoscopic Images: Disparity Remapping to Mitigate Global and Local Discomfort Causes
abstract
This paper proposes a new disparity remapping framework to improve the visual comfort of stereoscopic images. The proposed framework adaptively remaps disparities of a scene according to different causes of visual discomfort. A linear disparity remapping is first performed in order to address visual discomfort induced by excessive disparities. This linear remapping changes the disparities of the scene to obtain an overall target disparity range. Then, a nonlinear disparity remapping process selectively adjusts the disparity of problematic local disparity ranges according to their contribution to the visual discomfort. The proposed nonlinear disparity remapping process enables us to minimize the loss in perceived depth range while further improving visual comfort. The effectiveness of the proposed disparity remapping framework has been successfully evaluated by subjective assessments of visual comfort and naturalness. Experimental results demonstrate the validity of the proposed remapping framework. More importantly, we show that the nonlinear refinement of disparity in problematic regions can efficiently improve visual comfort while maintaining the naturalness of the scene.
Hosik Sohn, Yong Ju Jung, Seong-il Lee, Filippo Speranza, Yong Man Ro
IEEE Trans. Circuits Syst. Video Technol.5
2013 Sparse Representation-Based Human Action Recognition Using an Action Region-Aware Dictionary
abstract
Automatic human action recognition is a core functionality of systems for video surveillance and human-object interaction. Conventional vision-based systems for human action recognition require the use of segmentation in order to achieve an acceptable level of recognition effectiveness. However, generic techniques for automatic segmentation are currently not available yet. Therefore, in this paper, we propose a novel sparse representation-based method for human action recognition, taking advantage of the observation that, although the location and size of the action region in a test video clip is unknown, the construction of a dictionary can leverage information about the location and size of action regions in training video clips. That way, we are able to segment, implicitly, action and context information in a test video clip, thus improving the effectiveness of classification. That way, we are also able to develop a context-adaptive classification strategy. As shown by comparative experimental results obtained for the UCF Sports Action data set, the proposed method facilitates effective human action recognition, even when testing does not rely on explicit segmentation.
Hyunseok Min, Wesley De Neve, Yong Man Ro
ISM3
2013 Improved License Plate Recognition for Low-Resolution CCTV Forensics by Integrating Sparse Representation-Based Super-Resolution
Hyunseok Min, Seung-Ho Lee, Wesley De Neve, Yong Man Ro
IWDW4
2013 Multiple ROI selection based focal liver lesion classification in ultrasound images
Jaehyun Jeon 0003, Sihyoung Lee, Yong Man Ro
Expert Syst. Appl.4
2013 Predicting Visual Discomfort of Stereoscopic Images Using Human Attention Model
abstract
We introduce a new objective assessment method for visual discomfort of stereoscopic images that makes effective use of the human visual attention model. The proposed method takes into account visual importance regions that play an important role in determining the overall degree of visual discomfort of a stereoscopic image. After obtaining a saliency-based visual importance map for an image, perceptually significant disparity features are extracted to predict the overall degree of visual discomfort. Experimental results show that the proposed method can achieve significantly higher prediction accuracy than the state-of-the-art methods.
Yong Ju Jung, Hosik Sohn, Seong-il Lee, Hyun Wook Park, Yong Man Ro
IEEE Trans. Circuits Syst. Video Technol.5
2013 Visual Importance- and Discomfort Region-Selective Low-Pass Filtering for Reducing Visual Discomfort in Stereoscopic Displays
abstract
In human vision, the depth of focus (DOF) blur is important to perceive single binocular vision. Unfortunately, conventional stereoscopic displays cannot provide a natural DOF blur effect. Synthetic DOF blur that simulates the natural DOF blur effect could be useful for reducing the visual discomfort in stereoscopic displays. However, the incorrect introduction of artificial blur in the image might also have negative effects. This paper proposes a selective DOF blur technique that is applied only to local regions that induce high visual discomfort but are less visually important. We employ a visual importance analysis to obtain reasonable estimates of the areas/objects that are likely to be attended using saliency maps. After identifying the regions likely to cause discomfort because of excessive relative disparity, we apply low-pass filtering for the less-salient neighboring pixels of the discomfort regions. We demonstrate that the DOF blur simulation for less important background regions that induce visual discomfort is helpful in reducing the visual discomfort in stereoscopic viewing.
Yong Ju Jung, Hosik Sohn, Seong-il Lee, Filippo Speranza, Yong Man Ro
IEEE Trans. Circuits Syst. Video Technol.5
2012 Region based stellate features for classification of mammographic spiculated lesions in computer-aided detection
abstract
In this paper, new region-based stellate features have been developed for correctly differentiating spiculated malignant lesions from normal tissues in mammography. The purpose of using proposed features is to reduce the number of false positive that are produced during the detection of suspicious regions in computeraided detection (CAD). It has been well-known that one particularly important characteristic of spiculated lesions is that they have usually radiating patterns of linear spicules. Based on the aforementioned observation, we propose effective region-based stellate features, designed for well representing the stellate pattern information within a given region-of-interest (ROI). In particular, the proposed features are calculated using statistical information of the stellate patterns within local regions of a given ROI. The effectiveness of our stellate features has been successfully tested on two public mammogram databases (DBs).
Dae Hoe Kim, Yong Man Ro
ICIP3
2012 A novel mammographic mass detection approach to combining suprevised and unsuprevised detection algorithms
abstract
In this paper, we propose the combination of different mass detection algorithms to increase overall mass detection sensitivity for various types of breast masses on mammograms. In particular, supervised and unsupervised mass detection algorithms are effectively combined to maximize complementary effects of both approaches. By combining the aforementioned mass detection algorithms, we can arrive at a combined mass detection approach that makes stronger and accurate detection results. Comparative experiments have been conducted on public mammogram data set. Our results show that the proposed detection system can considerably improve the mass detection sensitivity with relatively small number of false positives, compared to the implementation of using only a single detection solution.
Dae Hoe Kim, Yong Man Ro
ICIP3
2012 Video Copy Detection Using Inclined Video Tomography and Bag-of-Visual-Words
abstract
Techniques for video fingerprinting are helpful in managing vast libraries of video clips. Recent advances have shown that video tomography and Bag-of-Visual-Words (BoVW) can be successfully used for the purpose of video fingerprinting. In this paper, we introduce a novel video signature (i.e., a novel video fingerprint) that takes advantage of both video tomography and BoVW. Specifically, the proposed video signature is created by first extracting inclined tomography images from the video content, and by subsequently applying the BoVW approach to the inclined tomography images obtained. The key to our approach is that we make the angle of inclination of the tomography images dependent on the amount of motion in the video content. That way, the proposed video signature is able to capture both spatial and temporal information. Experimental results obtained for the publicly available TREVID-2009 video set indicate that video copy detection by means of the proposed video signature is robust against spatial and temporal transformations.
Hyunseok Min, Semin Kim 0001, Wesley De Neve, Yong Man Ro
ICME4
2012 Visualizing the Perceived Discomfort of Stereoscopic Video
abstract
Visual discomfort prediction is of importance for image safety issue in stereoscopic displays. This paper proposes automatic visualization of the perceived discomfort for stereoscopic video contents. The proposed method makes effective use of saliency-based measures for visual importance analysis in video scenes. Based on the analysis of visual importance, we quantify and visualize the visual discomfort induced by disparity and motion characteristics of stereoscopic video contents. The proposed method outputs visual importance-based comfort maps that allow users to monitor which regions in each video frame are perceptually significant and problematic with respect to visual discomfort. Experimental results have demonstrated the effectiveness of the proposed method by subjective assessments using various types of stereoscopic videos with diverse disparity and motion characteristics.
Yong Ju Jung, Seong-il Lee, Hosik Sohn, Yong Man Ro
ISM4
2012 Face Verification Using Color Sparse Representation
Wook Jin Shin, Seung-Ho Lee, Hyunseok Min, Hosik Sohn, Yong Man Ro
IWDW5
2012 Near-Duplicate Video Clip Detection Using Model-Free Semantic Concept Detection and Adaptive Semantic Distance Measurement
abstract
Motivated by the observation that content transformations tend to preserve the semantic information conveyed by video clips, this paper introduces a novel technique for near-duplicate video clip (NDVC) detection, leveraging model-free semantic concept detection and adaptive semantic distance measurement. In particular, model-free semantic concept detection is realized by taking advantage of the collective knowledge in an image folksonomy (which is an unstructured collection of user-contributed images and tags), facilitating the use of an unrestricted concept vocabulary. Adaptive semantic distance measurement is realized by means of the signature quadratic form distance (SQFD), making it possible to flexibly measure the similarity between video shots that contain a varying number of semantic concepts, and where these semantic concepts may also differ in terms of relevance and nature. Experimental results obtained for the MIRFLICKR-25000 image set (used as a source of collective knowledge) and the TRECVID 2009 video set (used to create query and reference video clips) demonstrate that model-free semantic concept detection and SQFD can be successfully used for the purpose of identifying NDVCs.
Hyunseok Min, Wesley De Neve, Yong Man Ro
IEEE Trans. Circuits Syst. Video Technol.4
2012 Color Local Texture Features for Color Face Recognition
abstract
This paper proposes new color local texture features, i.e., color local Gabor wavelets (CLGWs) and color local binary pattern (CLBP), for the purpose of face recognition (FR). The proposed color local texture features are able to exploit the discriminative information derived from spatiochromatic texture patterns of different spectral channels within a certain local face region. Furthermore, in order to maximize a complementary effect taken by using both color and texture information, the opponent color texture features that capture the texture patterns of spatial interactions between spectral channels are also incorporated into the generation of CLGW and CLBP. In addition, to perform the final classification, multiple color local texture features (each corresponding to the associated color band) are combined within a feature-level fusion framework. Extensive and comparative experiments have been conducted to evaluate our color local texture features for FR on five public face databases, i.e., CMU-PIE, Color FERET, XM2VTSDB, SCface, and FRGC 2.0. Experimental results show that FR approaches using color local texture features impressively yield better recognition rates than FR approaches using only color or texture information. Particularly, compared with grayscale texture features, the proposed color local texture features are able to provide excellent recognition rates for face images taken under severe variation in illumination, as well as for small- (low-) resolution face images. In addition, the feasibility of our color local texture features has been successfully demonstrated by making comparisons with other state-of-the-art color FR methods.
Yong Man Ro, Konstantinos N. Plataniotis
IEEE Trans. Image Process.2
2012 Local Color Vector Binary Patterns From Multichannel Face Images for Face Recognition
abstract
This paper proposes a novel face descriptor based on color information, i.e., so-called local color vector binary patterns (LCVBPs), for face recognition (FR). The proposed LCVBP consists of two discriminative patterns: color norm patterns and color angular patterns. In particular, we have designed a method for extracting color angular patterns, which enables to encode the discriminating texture patterns derived from spatial interactions among different spectral-band images. In order to perform FR tasks, the proposed LCVBP feature is generated by combining multiple features extracted from both color norm patterns and color angular patterns. Extensive and comparative experiments have been conducted to evaluate the proposed LCVBP feature on five public databases. Experimental results show that the proposed LCVBP feature is able to yield excellent FR performance for challenging face images. In addition, the effectiveness of the proposed LCVBP feature has successfully been tested by comparing other state-of-the-art face descriptors.
Seung-Ho Lee, Yong Man Ro, Konstantinos N. Plataniotis
IEEE Trans. Image Process.3
2012 Face Feature Weighted Fusion Based on Fuzzy Membership Degree for Video Face Recognition
abstract
This paper proposes a new video face recognition (FR) method that is designed for significantly improving FR via adaptive fusion of multiple face features (belonging to the same subject) acquired from a face sequence of video frames. In this paper, we derive an upper bound for recognition error arising from the proposed weighted feature fusion to justify theoretically its effectiveness for recognition from videos. In addition, in order to compute the optimal weights of face features to be fused, we develop a novel weight determination solution based on fuzzy membership function and quality measurement for face images. Using four public video databases, the effectiveness of the proposed method has been successfully evaluated under the conditions that are similar to those in real-world video FR applications. Furthermore, our method is simple and straightforward to implement.
Konstantinos N. Plataniotis, Yong Man Ro
IEEE Trans. Syst. Man Cybern. Part B3
2011 Improving image tag recommendation using favorite image context
abstract
Tag recommendation allows mitigating the amount of user effort needed to annotate images. Assuming that favorite images and their associated tags are indicative of the visual and topical interests of users, this paper proposes a personalized image tag recommendation technique that makes use of favorite image context. Specifically, to recommend tags for a newly uploaded image, we propose to take advantage of the tags assigned to favorite images of the user who uploaded the image, fusing tag statistics and visual similarity. Experimental results obtained for images and tags retrieved from Flickr compare the use of favorite image context to the use of personal and collective context for the purpose of tag recommendation, showing that the use of favorite image context is promising.
Wonyong Eom, Sihyoung Lee, Wesley De Neve, Yong Man Ro
ICIP4
2011 Local color vector binary pattern for face recognition
abstract
This paper proposes local color vector binary pattern (LCVBP) as a new color based face descriptor for face recognition (FR). In the proposed LCVBP, color pixel pattern of different spectral images is extracted as discriminative information. Further, to maximize a complementary effect taken from different color channels, color angle pattern between a pair of different spectral images is incorporated into the creation of LCVBP. Experimental results on three public databases (CMU-PIE, XM2VTSDB, and Color FERET) show that the proposed color texture feature is able to significantly improve FR performance, compared to the conventional grayscale texture features including Gabor wavelet and Local Binary Pattern (LBP). In particular, the proposed LCVBP is able to provide excellent FR performance for face images taken under severe illumination variation.
Seung-Ho Lee, Konstantinos N. Plataniotis, Yong Man Ro
ICIP4
2011 Enhanced classification of focal hepatic lesions in ultrasound images using novel texture features
abstract
This paper discusses novel texture features that allow providing enhanced classification accuracy for focal hepatic lesions. The proposed texture features takes advantage of the rotation and scale invariant nature of Gabor wavelets, as well as the gray-level co-occurrence matrix (GLCM) for analyzing the spatial distribution of the pixel intensity in the lesion. To verify the effectiveness of the proposed texture features, experiments were performed with 150 ultrasound images containing 150 focal hepatic lesions, consisting of 50 cysts, 50 hemangiomas, and 50 malignancies. Experimental results show that the proposed texture features allow for an improved classification performance, compared to the use of other features.
Sihyoung Lee, In A. Jo, Kyung Won Kim, Yong Man Ro
ICIP5
2011 Towards a better understanding of model-free semantic concept detection for annotation and near-duplicate video clip detection
abstract
Given the observation that content transformations tend to preserve semantic information, we demonstrated in previous research that model-free semantic concept detection can be successfully leveraged for identifying NDVCs. In this paper, we seek a better understanding of the usefulness of model-free semantic concept detection for both the task of annotation and NDVC detection. In particular, through extensive experiments, we demonstrate that the problem of detecting semantic concepts for the goal of identifying NDVCs is more relaxed than the problem of detecting semantic concepts for annotation purposes: whereas incorrectly detected semantic concepts negatively affect the effectiveness of annotation, they do not negatively affect the effectiveness of NDVC detection, as long as the same incorrect semantic concepts are detected for both the reference and near-duplicate video clips. This observation has practical implications for the design of a video management system that makes use of model-free semantic concept detection for both the purpose of annotation and NDVC detection.
Hyunseok Min, Wesley De Neve, Yong Man Ro
ICIP4
2011 Leveraging an image folksonomy and the Signature Quadratic Form Distance for semantic-based detection of near-duplicate video clips
abstract
Being able to detect near-duplicate video clips (NDVCs) is a prerequisite for a plethora of multimedia applications. Given the observation that content transformations tend to preserve semantic information, techniques for NDVC detection may benefit from the use of a semantic approach. This paper discusses how an image folksonomy (i.e., community-contributed images and metadata) and the Signature Quadratic Form Distance (SQFD) can be leveraged for the purpose of identifying NDVCs. Experimental results obtained for the MIRFLICKR-25000 image set and the TRECVID 2009 video set indicate that an image folksonomy and SQFD can be successfully used for detecting NDVCs. In addition, our findings show that model-free NDVC detection (i.e., NDVC detection using an image folksonomy) has a higher semantic coverage than model-based NDVC detection (i.e., NDVC detection using the VIREO-374 semantic concept models).
Hyunseok Min, Wesley De Neve, Yong Man Ro
ICME4
2011 Contribution of Non-scrambled Chroma Information in Privacy-Protected Face Images to Privacy Leakage
Hosik Sohn, Dohyoung Lee, Wesley De Neve, Konstantinos N. Plataniotis, Yong Man Ro
IWDW5
2011 A comparative study of preprocessing mismatch effects in color image based face recognition
Yong Man Ro, Konstantinos N. Plataniotis
Pattern Recognit.2
2011 Bimodal fusion of low-level visual features and high-level semantic features for near-duplicate video clip detection
Hyunseok Min, Wesley De Neve, Yong Man Ro
Signal Process. Image Commun.4
2011 Privacy Protection in Video Surveillance Systems: Analysis of Subband-Adaptive Scrambling in JPEG XR
abstract
This paper discusses a privacy-protected video surveillance system that makes use of JPEG extended range (JPEG XR). JPEG XR offers a low-complexity solution for the scalable coding of high-resolution images. To address privacy concerns, face regions are detected and scrambled in the transform domain, taking into account the quality and spatial scalability features of JPEG XR. Experiments were conducted to investigate the performance of our surveillance system, considering visual distortion, bit stream overhead, and security aspects. Our results demonstrate that subband-adaptive scrambling is able to conceal privacy-sensitive face regions with a feasible level of protection. In addition, our results show that subband-adaptive scrambling of face regions outperforms subband-adaptive scrambling of frames in terms of coding efficiency, except when low video bit rates are in use.
Hosik Sohn, Wesley De Neve, Yong Man Ro
IEEE Trans. Circuits Syst. Video Technol.3
2011 Boosting Color Feature Selection for Color Face Recognition
abstract
This paper introduces the new color face recognition (FR) method that makes effective use of boosting learning as color-component feature selection framework. The proposed boosting color-component feature selection framework is designed for finding the best set of color-component features from various color spaces (or models), aiming to achieve the best FR performance for a given FR task. In addition, to facilitate the complementary effect of the selected color-component features for the purpose of color FR, they are combined using the proposed weighted feature fusion scheme. The effectiveness of our color FR method has been successfully evaluated on the following five public face databases (DBs): CMU-PIE, Color FERET, XM2VTSDB, SCface, and FRGC 2.0. Experimental results show that the results of the proposed method are impressively better than the results of other state-of-the-art color FR methods over different FR challenges including highly uncontrolled illumination, moderate pose variation, and small resolution face images.
Yong Man Ro, Konstantinos N. Plataniotis
IEEE Trans. Image Process.2
2011 Collaborative Face Recognition for Improved Face Annotation in Personal Photo Collections Shared on Online Social Networks
abstract
Using face annotation for effective management of personal photos in online social networks (OSNs) is currently of considerable practical interest. In this paper, we propose a novel collaborative face recognition (FR) framework, improving the accuracy of face annotation by effectively making use of multiple FR engines available in an OSN. Our collaborative FR framework consists of two major parts: selection of FR engines and merging (or fusion) of multiple FR results. The selection of FR engines aims at determining a set of personalized FR engines that are suitable for recognizing query face images belonging to a particular member of the OSN. For this purpose, we exploit both social network context in an OSN and social context in personal photo collections. In addition, to take advantage of the availability of multiple FR results retrieved from the selected FR engines, we devise two effective solutions for merging FR results, adopting traditional techniques for combining multiple classifier results. Experiments were conducted using 547 991 personal photos collected from an existing OSN. Our results demonstrate that the proposed collaborative FR method is able to significantly improve the accuracy of face annotation, compared to conventional FR approaches that only make use of a single FR engine. Further, we demonstrate that our collaborative FR framework has a low computational cost and comes with a design that is suited for deployment in a decentralized OSN.
Wesley De Neve, Konstantinos N. Plataniotis, Yong Man Ro
IEEE Trans. Multim.4
2010 Multi-Factor Authentication Using Fingerprints and User-Specific Random Projection
abstract
Alarming increase in identity theft cases calls for the use of secure authentication systems that can clearly distinguish between authorized users and unauthorized users who are in possession of valid security tokens or passwords. To this end, we propose a multi-factor authentication system using user-specific pseudo-random numbers and fingerprints to generate revocable and privacy preserving biometric templates, which in turn are used for authentication. We evaluated the performance of the proposed system on the publicly available Fingerprint Verification Competition (FVC) 2000 database using Receiver Operating Characteristic (ROC) curves. Experimental results show that Equal Error Rates (EER) less than 0.4% can be achieved.
Esla Timothy Anzaku, Hosik Sohn, Yong Man Ro
APWeb3
2010 Color component feature selection in feature-level fusion based color face recognition
abstract
In this paper, we propose a new color face recognition (FR) method which effectively employs feature selection algorithm in order to find the set of optimal color components (from various color models) for FR purpose. The proposed FR method is also designed to improve FR accuracy by combining the selected color components at the feature level. The effectiveness of the proposed color FR method has been successfully demonstrated using two public CMU-PIE and Color FERET face databases (DB). In our comparative experiments, traditional grayscale-based FR, previous color-based FR, and popular local binary pattern (LBP) based FR methods were compared with the proposed method. Experimental results show that our color FR method performs better than the aforementioned three different FR approaches. In particular, the proposed method can achieve 7.81% and 18.57% improvement in FR performance on the CMU-PIE and Color FERET DB, respectively, compared to representative color-based FR solutions previously developed.
Seung-Ho Lee, Konstantinos N. Plataniotis, Yong Man Ro
FUZZ-IEEE4
2010 Enhanced weakly trained frontal face detector for surveillance purposes
abstract
Face detection is becoming popular in surveillance applications; however, the need of enormous size face/non-face dataset, large number of features, and long training time are persistent problems. This paper claims that only a subset of the total number of features conserves the major power to detect faces; hence, this subset is capable to detect faces with high detection rate. The proposed detector fuses the results of two classifiers where one is trained with only 40 Haar-like features and the other is trained with only 50 LBP Histogram features. A pre-processing stage of skin-tone detection is applied to reduce the false positive rate. The detector is examined on real-life low-resolution surveillance sequence. Conducted experiments show that the proposed detector can achieve a high detection rate and a low false positive rate. Also, it outperforms Lienhart detector and tolerates wide range of illumination and blurring changes.
Wael Louis, Konstantinos N. Plataniotis, Yong Man Ro
FUZZ-IEEE3
2010 Using colour local binary pattern features for face recognition
abstract
In this paper, we propose a novel feature representation based on color-based Local Binary Pattern (LBP) texture analysis for face recognition (FR). The proposed method exploits both color and texture discriminative features of a face image for FR purpose. We evaluate the proposed feature using three public face databases: CMU-PIE, Color FERET, and XM2VTSDB. Experimental results show that the results of the proposed feature impressively better than the results of grayscale LBP and color features. In particular, it is shown that the proposed feature is highly robust against severe variations in illumination and spatial resolution.
Konstantinos N. Plataniotis, Yong Man Ro
ICIP3
2010 Exploiting collective knowledge in an image folksonomy for semantic-based near-duplicate video detection
abstract
An increasing number of duplicates and near-duplicates can be found on websites for video sharing. These duplicates and near-duplicates often infringe copyright or clutter search results. Consequently, a high need exists for techniques that allow identifying duplicates and near-duplicates. In this paper, we propose a semantic-based approach towards the task of identifying near-duplicates. Our approach makes use of semantic video signatures that are constructed by detecting semantic concepts along the temporal axis of video sequences. Specifically, we make use of an image folksonomy (i.e., a set of user-contributed images annotated with user-supplied tags) to detect semantic concepts in video sequences, making it possible to exploit an unrestricted concept vocabulary. Comparative experiments using the MUSCLE-VCD-2007 dataset and folksonomy images retrieved from Flickr show that our approach is successful in identifying near-duplicates.
Hyunseok Min, Wesley De Neve, Yong Man Ro
ICIP3
2010 Face annotation for online personal videos using color feature fusion based face recognition
abstract
This paper proposes a novel weighted feature fusion in color face recognition (FR) to automatically annotate faces in personal videos. In the proposed FR method, multiple face images (belonging to the same subject) are clustered from a sequence of video frames. To facilitate a complementary effect on improving annotation performance, the grouped faces are combined using the proposed weighted feature fusion. In addition, we make effective use of facial color feature to cope with decrease in annotation performance due to a low-resolution face in personal videos. To evaluate the effectiveness of proposed FR method, more than 40,000 video frames for 10 real-world personal videos are collected from an existing online video sharing website. Experimental results show that the proposed FR method significantly improves annotation performance obtained using conventional grayscale image based FR methods.
Konstantinos N. Plataniotis, Yong Man Ro
ICME3
2010 Image tag refinement along the 'what' dimension using tag categorization and neighbor voting
abstract
Online sharing of images is increasingly becoming popular, resulting in the availability of vast collections of user-contributed images that have been annotated with usersupplied tags. However, user-supplied tags are often not related to the actual image content, affecting the performance of multimedia applications that rely on tag-based retrieval of user-contributed images. This paper proposes a modular approach towards tag refinement, taking into account the nature of tags. First, tags are automatically categorized in five categories using WordNet: ‘where’, ‘when’, ‘who’, ‘what’, and ‘how’. Next, as a start towards a full implementation of our modular tag refinement approach, we use neighbor voting to learn the relevance of tags along the ‘what’ dimension. Our experimental results show that the proposed tag refinement technique is able to successfully differentiate correct tags from noisy tags along the ‘what’ dimension. In addition, we demonstrate that the proposed tag refinement technique is able to improve the effectiveness of image tag recommendation for non-tagged images.
Sihyoung Lee, Wesley De Neve, Yong Man Ro
ICME3
2010 Towards using semantic features for near-duplicate video detection
abstract
An increasing number of near-duplicate video clips (NDVCs) can be found on websites for video sharing. These NDVCs often infringe copyright or clutter search results. Consequently, a high need exists for techniques that allow identifying NDVCs. NDVC detection techniques represent a video clip with a unique set of features. Conventional video signatures typically make use of low-level visual features (e.g., color histograms, local interest points). However, low-level visual features are sensitive to transformations of the video content. In this paper, given the observation that transformations preserve the semantic information in the video content, we study the use of semantic features for the purpose of identifying NDVCs. Experimental results obtained for the MUSCLE-VCD-2007 dataset indicate that semantic features have a high level of robustness against transformations and different keyframe selection strategies. In addition, when relying on the temporal variation of semantic features, semantic video signatures are characterized by a high degree of uniqueness, even when a vocabulary with a low number of semantic concepts is in use (for a query video clip that is sufficiently long).
Hyunseok Min, Wesley De Neve, Yong Man Ro
ICME3
2010 Privacy Preserving Facial and Fingerprint Multi-biometric Authentication
Esla Timothy Anzaku, Hosik Sohn, Yong Man Ro
IWDW3
2010 Semantic Concept Detection for User-Generated Video Content Using a Refined Image Folksonomy
Hyunseok Min, Sihyoung Lee, Wesley De Neve, Yong Man Ro
MMM4
2010 MAP-based image tag recommendation using a visual folksonomy
Sihyoung Lee, Wesley De Neve, Konstantinos N. Plataniotis, Yong Man Ro
Pattern Recognit. Lett.4
2010 Tag refinement in an image folksonomy using visual similarity and tag co-occurrence statistics
Sihyoung Lee, Wesley De Neve, Yong Man Ro
Signal Process. Image Commun.3
2010 Automatic Face Annotation in Personal Photo Collections Using Context-Based Unsupervised Clustering and Face Information Fusion
abstract
In this paper, a novel face annotation framework is proposed that systematically leverages context information such as situation awareness information with current face recognition (FR) solutions. In particular, unsupervised situation and subject clustering techniques have been developed that are aided by context information. Situation clustering groups together photos that are similar in terms of capture time and visual content, allowing for the reliable use of visual context information during subject clustering. The aim of subject clustering is to merge multiple face images that belong to the same individual. To take advantage of the availability of multiple face images for a particular individual, we propose effective FR methods that are based on face information fusion strategies. The performance of the proposed annotation method has been evaluated using a variety of photo sets. The photo sets were constructed using 1385 photos from the MPEG-7 Visual Core Experiment 3 (VCE-3) data set and approximately 20000 photos collected from well-known photo-sharing websites. The reported experimental results show that the proposed face annotation method significantly outperforms traditional face annotation solutions at no additional computational cost, with accuracy gains of up to 25% for particular cases.
Wesley De Neve, Yong Man Ro, Konstantinos N. Plataniotis
IEEE Trans. Circuits Syst. Video Technol.3
2009 Privacy Protection in Video Surveillance Systems Using Scalable Video Coding
abstract
Thanks to high-speed Internet access and feature-rich mobile devices, the demand for ubiquitous and secure surveillance systems has increased. In this paper, we propose a privacy-protected video surveillance system that makes use of scalable video coding (SVC). SVC can be used to fulfill the requirement of omnipresence. Further, to address privacy concerns, we detect face regions and subsequently scramble these regions-of-interest (ROIs) in the compressed domain. To demonstrate the feasibility of the proposed video surveillance system, simulation results are provided. The results show that our system is able to provide a good level of security, while offering access to surveillance video content in heterogeneous usage environments.
Hosik Sohn, Esla Timothy Anzaku, Wesley De Neve, Yong Man Ro, Konstantinos N. Plataniotis
AVSS4
2009 Image compression mismatch effect on color image based face recognition system
abstract
Face recognition (FR) for emerging applications such as face tagging for social networking, consumer products, and gamming utilize color images stored in distributed repositories. Such images are often in compressed format and of different dimensions. This compression mismatch problem may adversely affect the performance of the face recognition engine. In this paper, we present a comparative investigation of the image compression mismatch problem. Two commonly used color image based face recognition solutions are utilized. More than three thousand images of 341 subjects, typical of the problem, are collected from three public databases. The experimental results support the main thesis of the paper that recognition performance depends critically on the color image properties.
Yong Man Ro, Konstantinos N. Plataniotis
ICIP2
2009 Semantic annotation of personal video content using an image folksonomy
abstract
The increasing popularity of user-generated content (UGC) requires effective annotation techniques in order to facilitate precise content search and retrieval. In this paper, we propose a new approach for the semantic annotation of personal video content, taking advantage of user-contributed tags available in an image folksonomy. Video shots and folksonomy images are first represented by a semantic vector. Next, the semantic vectors are used to measure the semantic similarity between each video shot and the folksonomy images. Tags assigned to semantically similar folksonomy images are then used to annotate the video shots. To verify the effectiveness of the proposed annotation method, experiments were performed with video sequences retrieved from YouTube and images downloaded from Flickr. Our experimental results demonstrate that the proposed method is able to successfully annotate personal video content with user-contributed tags retrieved from an image folksonomy. In addition, the size of our tag vocabulary is significantly higher than the size of the tag vocabulary used by conventional annotation methods.
Hyunseok Min, Wesley De Neve, Yong Man Ro, Konstantinos N. Plataniotis
ICIP4
2009 Near-Duplicate Video Detection Using Temporal Patterns of Semantic Concepts
abstract
Methods for video copy detection are typically based on the use of low-level visual features. However, low-level features may vary significantly for near-duplicates, which are video sequences that have been the subject of spatial or temporal modifications. As such, the use of low-level visual features may be inadequate for detecting near-duplicates. In this paper, we present a new video copy detection method that aims to identify near-duplicates for a given query video sequence. More specifically, the proposed method is based on identifying semantic concepts along the temporal axis of a particular video sequence, resulting in the construction of a so-called semantic video signature. The semantic video signature is then used for the purpose of similarity measurement. The main advantage of the proposed method lies in the fact that the presence of semantic concepts is highly robust to spatial and temporal video transformations. Our experimental results show that the use of a semantic video signature allows for the efficient and effective detection of near-duplicates.
Hyunseok Min, Wesley De Neve, Yong Man Ro
ISM4
2009 A Statistical and Iterative Method for Data Hiding in Palette-Based Images
Semin Kim 0001, Wesley De Neve, Yong Man Ro
IWDW3
2009 Region-of-interest scrambling for scalable surveillance video using JPEG XR
abstract
Present-day video surveillance systems are often required not to intrude upon the privacy of the general public. In this paper, we discuss a privacy-protected video surveillance system that makes use of the JPEG XR standard. This standard offers a low-complexity solution for the scalable coding of high-resolution images. To address privacy concerns, face regions are detected and subsequently scrambled in the transform domain, taking into account the spatial and quality scalability features of JPEG XR. A number of experiments were conducted in order to investigate the efficiency of our video surveillance system, considering bit stream overhead and security aspects.
Hosik Sohn, Wesley De Neve, Yong Man Ro
ACM Multimedia3
2009 Improved BSDL-based content adaptation for JPEG 2000 and HD Photo (JPEG XR)
Wesley De Neve, Davy Van Deursen, Wim Van Lancker, Yong Man Ro, Rik Van de Walle
Signal Process. Image Commun.4
2009 Color Face Recognition for Degraded Face Images
abstract
In many current face-recognition (FR) applications, such as video surveillance security and content annotation in a web environment, low-resolution faces are commonly encountered and negatively impact on reliable recognition performance. In particular, the recognition accuracy of current intensity-based FR systems can significantly drop off if the resolution of facial images is smaller than a certain level (e.g., less than 20 x 20 pixels). To cope with low-resolution faces, we demonstrate that facial color cue can significantly improve recognition performance compared with intensity-based features. The contribution of this paper is twofold. First, a new metric called "variation ratio gain" (VRG) is proposed to prove theoretically the significance of color effect on low-resolution faces within well-known subspace FR frameworks; VRG quantitatively characterizes how color features affect the recognition performance with respect to changes in face resolution. Second, we conduct extensive performance evaluation studies to show the effectiveness of color on low-resolution faces. In particular, more than 3000 color facial images of 341 subjects, which are collected from three standard face databases, are used to perform the comparative studies of color effect on face resolutions to be possibly confronted in real-world FR systems. The effectiveness of color on low-resolution faces has successfully been tested on three representative subspace FR methods, including the eigenfaces, the fisherfaces, and the Bayesian. Experimental results show that color features decrease the recognition error rate by at least an order of magnitude over intensity-driven features when low-resolution faces (25 x 25 pixels or less) are applied to three FR methods.
Yong Man Ro, Konstantinos N. Plataniotis
IEEE Trans. Syst. Man Cybern. Part B2
2008 Feature subspace determination in video-based mismatched face recognition
abstract
In video-based face recognition (FR) applications such as surveillance security, the resolution of a facial image could significantly impact the reliability of recognition system. In most practical FR applications, it is reasonable to assume that the face resolution used during training is higher than the resolution used during the identification or verification process. This dimensional mismatch negatively impacts the performance of the traditional subspace recognition solutions. To address resolution mismatch problem, this paper introduces a novel estimation method capable of determining feature subspace of the lower resolution probe given an eigenspace pre-trained with higher resolution facial images. The effectiveness of the proposed solution has been successfully tested on standard CMU PIE face dataset. Experimental results and comparative evaluations provided in this work demonstrate the benefits of the proposed solution.
Yong Man Ro, Konstantinos N. Plataniotis
FG2
2008 Color Effect on the Face Recognition with Spatial Resolution Constraints
abstract
In the practical face recognition (FR) applications, low-resolution faces (20 times 20 pixels or less) are commonly encountered and negatively impact on reliable performance. To overcome low-resolution face problem, we show that face color can significantly improve the performance compared to intensity-based features. The contribution of this paper is twofold. First, a new metric called dasiavariation ratio gainpsila (VRG) is proposed to theoretically prove the significance of color effect on low-resolution faces. Second, we conduct extensive performance comparison studies. In particular, 3,192 color facial images corresponding to 341 subjects, collected from three standard CMU PIE, FERET, and XM2VTSDB face databases, were used to perform comparative studies of color effect on various face resolutions. Experimental results verified that face color feature improves the degraded recognition rate due to low-resolution faces by at least an order of magnitude over intensity-based features.
Seungji Yang, Yong Man Ro, Konstantinos N. Plataniotis
ISM3
2008 Content Sharing Based on Personal Information in Virtually Secured Space
Hosik Sohn, Yong Man Ro, Konstantinos N. Plataniotis
IWDW2
2008 Real-time content filtering for live broadcasts in TV terminals
Sung Ho Jin, Jun Ho Cho, Yong Man Ro
Multim. Tools Appl.3
2007 Graph-Based Perceptual Quality Model for Audiovisual Contents
abstract
Quality is an essential factor in multimedia communication, especially in content adaptation/compression. This paper deals with the perceptual quality of audiovisual contents. Existing audiovisual quality models, which are based on intuitive formulas to combine individual audio and video qualities, cannot clearly identify the contributions of different factors in audiovisual quality. In this paper, we present a graph-based formulation of audiovisual quality. A key advantage of our approach is that it can quantify the contributions of modalities as well as the contribution of their relation in audiovisual perceptual quality.
Truong Cong Thang, Yong Man Ro
ICME3
2007 Optimal multi-layer adaptation of SVC video over heterogeneous environments
abstract
Scalable video coding (SVC) is a new video coding format which provides scalability in three dimensional (SNR-spatio-temporal) space. In this paper, we focus on the adaptation in SNR dimension. Usually, a SVC bitstream may contain multiple spatial layers, and each spatial layer may be enhanced by up to 3 FGS layers. To meet a bitrate constraint, the FGS data of different spatial layers can be truncated in various manners. However the contributions of FGS layers to the overall/collective video quality are different. In this work, we propose an optimized framework to control the SNR scalability across multiple spatial layers. Our proposed framework has the flexibility in allocating the resource (i.e. bitrate) among spatial layers, where the overall quality is defined as a function of all spatial layers' qualities and can be modified on the fly.
Truong Cong Thang, Dong Su Lee, Yong Man Ro
IWCMC4
2007 Scalable Security and Conditional Access Control for Multiple Regions of Interest in Scalable Video Coding
Yeongyun Kim, Sung Ho Jin, Yong Man Ro
IWDW3
2007 Quality Measurement Modeling on Scalable Video Applications
abstract
For various mobile applications, measuring the grade of the video quality is needed in order to guarantee the optimal quality of video streaming service. As H.264/AVC scalable video coding (SVC) has been emerged and developed to support full scalability including spatial, temporal, and signal-to-noise ratio (SNR) scalability, each of which shows different visual effect, it is necessary to measure video quality with full scalability. In this paper, we develop a novel video quality metric allowing full scalability through the subjective quality assessment. Experimental results show that the proposed quality metric has high correlation with subjective quality and is useful to determine the video quality of SVC.
Sung Ho Jin, Cheon Seog Kim, Dong Jun Seo, Yong Man Ro
MMSP4
2007 Semantic categorization of digital home photo using photographic region templates
Seungji Yang, Sang-Kyun Kim, Kyong Sok Seo, Yong Man Ro, Yang Suk Seo
Inf. Process. Manag.4
2007 Semantic Home Photo Categorization
abstract
A semantic categorization method for generic home photo is proposed. The main contribution of this paper is to exploit a two-layered classification model incorporating camera metadata with low-level features for multilabel detection. The two-layered support vector machine (SVM) classifiers operate to detect local and global photo semantics in a feed-forward way. The first layer aims to predict likelihood of predefined local photo semantics based on camera metadata and regional low-level visual features. In the second layer, one or more global photo semantics is detected based on the likelihood. To construct classifiers producinga posteriorprobability, we use a parametric model to fit the output of SVM classifiers to posterior probability. A concept merging process based on a set of semantic-confidence maps is also presented to cope with selecting more likelihood photo semantics on spatially overlapping local regions. Experiment was performed with 3086 photos that come from MPEG-7 visual core experiment two official databases. Results showed that the proposed method would much better capture multiple semantic meanings of home photos, compared to other similar technologies.
Seungji Yang, Sang-Kyun Kim, Yong Man Ro
IEEE Trans. Circuits Syst. Video Technol.3
2006 Scalable Protection and Access Control in Full Scalable Video Coding
Yong Geun Won, Tae Meon Bae, Yong Man Ro
IWDW3
2006 Intelligent broadcasting system and services for personalized semantic contents consumption
Sung Ho Jin, Tae Meon Bae, Yong Man Ro, Hoirin Kim, Munchurl Kim
Expert Syst. Appl.3
2005 Distortion Measures in MPEG-Compressed Domain for Multidimensional Transcoding
abstract
In order to find the optimal combination of spatio-SNR-temporal transcoding operations, we need to measure the distortion due to the transcoding operations. In this paper, we develop computational methods to calculate the distortion by using only the information extracted directly from the input bitstream through a minimum decoding process in the DCT domain. The objective of our distortion modeling is to estimate the multidimensional distortion before the entire transcoding process
Yong Ju Jung, Truong Cong Thang, Yong Man Ro
MMSP3
2005 Semantic Quality for Content-Aware Video Adaptation
abstract
Recently, the concept of semantic transcoding has been introduced. However, there is little research on semantic quality measure to quantitatively guide and evaluate semantic transcoding. In this paper, we present a framework to formulate the semantic quality of an adapted video compared to the original one. Both original video and adapted video are represented by conceptual graphs, and then the similarities between the graphs are used to compute the overall semantic quality. Moreover, the dependence of quality on context is also discussed
Truong Cong Thang, Yong Ju Jung, Yong Man Ro
MMSP3
2005 Effective adaptation of multimedia documents with modality conversion
Truong Cong Thang, Yong Ju Jung, Yong Man Ro
Signal Process. Image Commun.3
2005 Visual content adaptation according to user perception characteristics
abstract
Adapting multimedia content to users' preferences and perceptual characteristics is a key direction for enabling personalized multimedia services. In this paper, we address the problem of tailoring visual content within the MPEG-21 Digital Item Adaptation (DIA) framework to meet users' visual perception characteristics. In particular, we present methods for adapting visual content to accommodate color vision deficiency and low-vision capabilities. In addition, we present methods for adapting visual content according to user preferences for color temperature. Finally, we report on experiments that adapt visual content within the MPEG-21 DIA framework.
Jeho Nam, Yong Man Ro, Youngsik Huh, Munchurl Kim
IEEE Trans. Multim.2
2004 Robust Contrast Enhancement for Microcalcification in Mammography
Ho Kyung Kang, Nguyen N. Thanh, Sung-Min Kim, Yong Man Ro
ICCSA (3)4
2004 Joint control for hybrid transcoding using multidimensional rate distortion modeling
Yong Ju Jung, Yong Man Ro
ICIP2
2004 Visual content adaptation for low vision users in MPEG-21 framework
abstract
This paper deals with the visual content adaptation, in the context of MPEG-21 standard, to help low vision users have better accessibility to the contents. The proposed adaptation targets at two low vision symptoms, loss of fine detail and lack of contrast. Specifically, we present an adaptation framework describing the problem space and then a systematic contrast-enhancement method to improve the content visibility for low vision users. The experiment results show that the proposed framework and method are effective for the low vision users.
Truong Cong Thang, Yong Man Ro
ICIP2
2004 Watermarking System for QoS Aware Content Adaptation
Tae Meon Bae, Seok Jun Kang, Yong Man Ro
IWDW3
2003 Visual contents adaptation for color vision deficiency
abstract
In this paper, we propose methods to adapt colors on the visual content for people with color vision deficiency. The proposed adaptation consists of two parts: adaptations for dichromat and anomalous trichromat. The adaptation for dichromats aims to give them better color information, while the adaptation for anomalous trichromats aims to give them original color. To verify the proposed methods, we used both quantitative and qualitative measurements. Experimental results showed that the proposed adaptation enhanced color information readability of the people with color vision deficiency.
Seungji Yang, Yong Man Ro
ICIP (1)2
2003 Metadata Hiding for Content Adaptation
Yong Ju Jung, Ho Kyung Kang, Yong Man Ro
IWDW3
2003 Enhancement Methods of Image Quality in Screen Mark Attack
Ki Hyun Kim, Yong Man Ro
IWDW2
2002 Spatial Frequency Band Division in Human Visual System Based-Watermarking
Yong Ju Jung, Minsoo Hahn, Yong Man Ro
IWDW3
2001 Texture Descriptors in MPEG-7
Yong Man Ro, Chee Sun Won, Yanglim Choi
CAIP2
2000 Hierarchical Block Matching Algorithm in MRME
abstract
Fast as well as precise multiresolution motion estimation (MRME) is described. We propose a two-step block matching with different block sizes at the approximation band to estimate precise block motion in the MRME technique. Experimental results show that the proposed method gives better performance when compared with the conventional MRME method in terms of PSNR and processing time to estimate the motion.
Jinhwan Lee, Yong Man Ro
ICIP2
1999 Texture Featuring and Indexing Using Matching Pursuit in Radon Space
abstract
The matching pursuit algorithm in Radon space to achieve texture feature extracting is presented. The dictionary for matching pursuit is designed according to the human visual system (HVS). Since the matching pursuit is performed in Radon space, featuring the texture is more suitable to HVS behavior. Computer simulation and experimental results are shown to demonstrate the proposed method is outperformed to retrieve the texture.
Yong Man Ro, Kiwon Yoo
ICIP (2)1