PulseAugur
EN
LIVE 22:35:08
ENTITY Generators

Generators

PulseAugur coverage of Generators — every cluster mentioning Generators across labs, papers, and developer communities, ranked by signal.

Show in brief
Total · 30d
0
4 over 90d
Releases · 30d
0
0 over 90d
Papers · 30d
0
4 over 90d
TIER MIX · 90D
TOPICS
RECENT · PAGE 1/1 · 5 TOTAL
  1. RESEARCH · CL_206651 ·

    AI-generated image detectors vulnerable to adversarial attacks

    Researchers have discovered that reconstruction-based detectors, designed to identify AI-generated images without training, are vulnerable to adversarial attacks. These attacks manipulate images to artificially increase…

  2. RESEARCH · CL_203975 ·

    New benchmark shows AI video detectors fail on crisis content

    A new benchmark called RA-Bench has been developed to evaluate the effectiveness of AI-generated video detection systems, particularly in the context of real-world crisis events. The benchmark, which includes over 17,00…

  3. TOOL · CL_128987 ·

    MOSAIC system plans robot manipulation using physics simulation and skill composition

    Researchers have developed MOSAIC, a novel skill-centric approach for planning long-horizon manipulation motions in robotics. This method utilizes physics simulation to estimate the outcomes of skill executions, focusin…

  4. TOOL · CL_118084 ·

    New IREU method enables identity unlearning in portrait generation

    Researchers have introduced IREU, a novel method for identity unlearning in customized portrait generation (CPG) systems. This approach aims to mitigate privacy risks associated with CPG by allowing specific identities …

  5. TOOL · CL_106940 ·

    Python Coroutines Explained: Building a Scheduler from Scratch

    This article delves into the inner workings of Python's coroutines, explaining how they achieve concurrency without relying on traditional threads or processes. It demonstrates how to build a coroutine scheduler from sc…