Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Content Moderation in the Fediverse #34

Open
capjamesg opened this issue Oct 9, 2023 · 1 comment
Open

Content Moderation in the Fediverse #34

capjamesg opened this issue Oct 9, 2023 · 1 comment

Comments

@capjamesg
Copy link

One theme at the Data Transfer Initiative talks was automated systems for content moderation. I wanted to open this issue as a place to discuss automated ways by which content can be moderated in the Fediverse.

One tool to investigate for use with image content is CLIP, which allows you to compare an image to a text prompt or an image to another image and measure similarity. This model can be run on CPU but for large servers the computational resources required may be great; we would need to do some calculations to estimate performance impact.

CLIP could comprise one step in a content moderation system. It deals with images but could not be used for evaluating text.

@ThisIsMissEm
Copy link

In general content moderation happens at server level, and there's some work on having hooks into the server software to do custom things (e.g., webhooks or something else), though there's nothing that's necessarily defined at or by ActivityPub or SWICG.

Over at IFTAS, we have built a system on top of Mastodon's Webhooks for content classification and detection, currently the has been on detecting known CSAM, but we're wanting to expand the capabilities. We are also wanting implementors to use Standard Webhooks for the signing and payloads of webhook requests.

There are also some projects that have implemented this through AI models powered by Haidra / AI Horde.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants