본문 바로가기
반응형

논문 리뷰51

Contrastive Clustering [Submitted 18 May 2021]Abstract    Contrastive clustering (CC)라는 online clustering 방법을 제안하며, 이는 feature space에서 row와 column space에서 각각 instance- 및 cluster-level contrastive learning을 수행함. feature matrix의 row가 instance의 soft label로 간주될 수 있으며, 이에 따라 column은 cluster representation으로 간주되어 representation 학습과 cluster 할당을 end-to-end 방식으로 공동 학습함. 추가적으로, 제안된 방법은 데이터가 stream 형태로 제공될 때에도, 각 개별 instance에 대한.. 2025. 3. 5.
CLAD: Robust Audio Deepfake Detection Against Manipulation Attacks with Contrastive Learning [Submitted 24 Apr 2024]Abstract    오디오 딥페이크의 증가로 보안 위협이 커지며, 기존 탐지 시스템이 조작 공격에 얼마나 취약한지 연구가 부족한 상황임. 기존 탐지 시스템은 유용하지만 단순한 manipulation attacks으로도 탐지를 우회할 수 있고, 본 연구에서는 해결을 위해 CLAD 탐지 모델을 제안함. CLAD는 contrastive learning을 활용하여 manipulation으로 인한 변화를 최소화하고, length loss를 추가하여 탐지 성능을 향상시킴. 기존 모델들은 manipulation attacks에서 상당히 취약했으나, CLAD는 모든 테스트에서 높은 견고성을 입증함. 1. Introduction    기술의 발전과 더불어 오디오 딥페이크 관련 .. 2025. 2. 26.
Markov Models & Hidden Markov Models Speech and Language Processing. Daniel Jurafsky & James H. Martin. Copyright © 2021. All rights reserved. Draft of December 29, 2021. Markov Chains : Markov chain이란 sequences of random variables, states, values에 대한 probabilities를 말해주는 model이다. 이러한 set은 words, tages, symbols 등의 표현이 될 수 있다. 이는 current state에서 야기된 우리가 sequence에서 예측을 원하는 미래에 대한 강한 가정을 제공한다. → 과거 states(current state 이전)는 current sta.. 2022. 9. 20.
[ACCNet] Actor-Coordinator-Critic Net for“Learning-to-Communicate”with Deep Multi-agent Reinforcement Learning [Submitted on 10 Jun 2017 (v1), last revised 29 Oct 2017 (this version, v3)] Abstract : Mulit-agent의 'learning to communicate' problem을 해결하기 위한 ACCNet(Actor-Coordinator-Critic Net) framework를 제안한다. 해당 논문은 paritally observable env에서도 처음부터 communication protocol을 학습 가능하다. 결과적으로, continuous와 discrete actino space env 모두에서 좋은 결과를 얻을 수 있었다. Introduction : 우리는 partially observable env에서 shared discoun.. 2022. 9. 1.
반응형