paper-with-me

Papers

Reliable Decision from Multiple Subtasks through Threshold Optimization: Content Moderation in the Wild

2022-08-16 · Donghyun Son, Byounggyu Lew, Kwanghee Choi, Yongsu Baek, Seungwoo Choi, Beomjun Shin, Sungjoo Ha, Buru Chang

Social media platforms struggle to protect users from harmful content through content moderation. These platforms have recently leveraged machine learning models to cope with the vast amount of user-generated content daily. Since moderation policies vary depending on countries and types of products, it is common to train and deploy the models per policy. However, this approach is highly inefficient, especially when the policies change, requiring dataset re-labeling and model re-training on the shifted data distribution. To alleviate this cost inefficiency, social media platforms often employ third-party content moderation services that provide prediction scores of multiple subtasks, such as predicting the existence of underage personnel, rude gestures, or weapons, instead of directly providing final moderation decisions. However, making a reliable automated moderation decision from the prediction scores of the multiple subtasks for a specific target policy has not been widely explored yet. In this study, we formulate real-world scenarios of content moderation and introduce a simple yet effective threshold optimization method that searches the optimal thresholds of the multiple subtasks to make a reliable moderation decision in a cost-effective way. Extensive experiments demonstrate that our approach shows better performance in content moderation compared to existing threshold optimization methods and heuristics.

📄 PDF Abstract BibTeX arXiv:2208.07522

Code (1)

hyperconnect/trusthresh 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Adaptive Decision Making at the Intersection for Autonomous Vehicles Based on Skill Discovery

2022-07-24 · Xianqi He, Lin Yang, Chao Lu, Zirui Li 외

In urban environments, the complex and uncertain intersection scenarios are challenging for autonomous driving. To ensure safety, it is crucial to develop an adaptive decision making system that can handle the interactio…

Autonomous DrivingAutonomous VehiclesDecision MakingHierarchical Reinforcement Learning+3

Risk-Based Thresholding for Reliable Anomaly Detection in Concentrated Solar Power Plants

2025-03-24 · Yorick Estievenart, Sukanya Patra, Souhaib Ben Taieb

Efficient and reliable operation of Concentrated Solar Power (CSP) plants is essential for meeting the growing demand for sustainable energy. However, high-temperature solar receivers face severe operational risks, such …

Anomaly Detection

Planning with Abstract Learned Models While Learning Transferable Subtasks

2019-12-16 · John Winder, Stephanie Milani, Matthew Landen, Erebus Oh 외

We introduce an algorithm for model-based hierarchical reinforcement learning to acquire self-contained transition and reward models suitable for probabilistic planning at multiple levels of abstraction. We call this fra…

Hierarchical Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Reliable Decisions with Threshold Calibration

2021-12-01 · NeurIPS 2021 12 · Roshni Sahoo, Shengjia Zhao, Alyssa Chen, Stefano Ermon

Decision makers rely on probabilistic forecasts to predict the loss of different decision rules before deployment. When the forecasted probabilities match the true frequencies, predicted losses will be accurate. Although…

Scheduling

Legal Judgment Prediction via Topological Learning

2018-10-01 · EMNLP 2018 10 · Haoxi Zhong, Zhipeng Guo, Cunchao Tu, Chaojun Xiao 외

Legal Judgment Prediction (LJP) aims to predict the judgment result based on the facts of a case and becomes a promising application of artificial intelligence techniques in the legal field. In real-world scenarios, lega…

ArticlesMulti-Task LearningPredictionText Classification