HackerTrans
トップ新着トレンドコメント過去質問紹介求人

m_2000

no profile record

投稿

Show HN: Bypassing face recognition using Fawkes – Now with web interface

github.com
1 ポイント·投稿者 m_2000·9 か月前·1 コメント

Work on Yourself

messerblatt.com
2 ポイント·投稿者 m_2000·2 年前·0 コメント

Ask HN: Best resources to understand Quantum Computing?

2 ポイント·投稿者 m_2000·2 年前·1 コメント

Rockr – A loopstation for the web browser: Devlog episode 4

messerblatt.com
3 ポイント·投稿者 m_2000·2 年前·2 コメント

Rockr – A loopstation for the webbrowser – Devlog Episode 3

medium.com
2 ポイント·投稿者 m_2000·2 年前·0 コメント

Rockr – A loopstation for the webbrowser – Devlog Episode 2

medium.com
1 ポイント·投稿者 m_2000·2 年前·1 コメント

コメント

m_2000
·9 か月前·議論
The original Fawkes ( https://github.com/Shawn-Shan/fawkes ) project came on my radar when I have started working on adversarial examples in deep learning. Fawkes cloaks facial images by adding pixel-based perturbations to the original images, barely visible to the human eye. This bypasses face-recognition systems (or at least weakens their confidence).

I highly recommend reading the original paper available from the developer's website: https://sandlab.cs.uchicago.edu/fawkes/ to understand how it works. Generally speaking, Fawkes computes _cloaks_ by maximizing feature similarity to unrelated faces while minimizing DSSIM (Structural Dissimilarity).

These cloaks are then applied to the original images, producing cloaked images. These cloaked images look as similar as possible to the original images, whereas their feature space deviate "as maximal as possible" from the original.

DISCLAIMER: I am not the developer of Fawkes. I merely developed a web-interface for it. Big thanks to the [original researchers from SANDLAB, Chicago: https://people.cs.uchicago.edu/%7Eravenben/publications/abst...

Yes, the trained model is part of the repo. Just in case you're irritated by it's size (~300MB).
m_2000
·2 年前·議論
Best tech-blog I have found so far:

https://acko.net/

(3D graphics, webdev, tech-philosophy, (and not mine!)). If you know tech-blogs of comparable quality, I am eager to hear from you.
m_2000
·2 年前·議論
Having an opinion on something doesn't make the speaker a self righteous person.

Regarding the topic, I assume that with "the hords of spaghetti monsters" you mean lack of software perfection. In our profession, it's mostly about how to manage the lack of software perfection, and the answer does not always have to be a microservive. They are great for controlling hardware resources in a cloud-deployment, but then I see tech-dudes dockerizing everything anytime without asking why.

It's a decision every dev team have to make for themselves.
m_2000
·2 年前·議論
Thank you! I didn't even knew that Show HN existed. It's exactly the right thing.

I'm currently comparing the latencies for recording (recording through a web browser vs recording through an android app) and seeing how much I can reduce the latencies. Rockr wants to be useful, and useful in audio engineering generally means "low-latency" (especially in a loopstation where audiotracks must align perfectly). So it's not sure at that point for me to either stay in the web browser or switch to a potential Rockr-app.

JQuery offers optimizations, but they are limited to the capabilities of web browsers of course.

Thanks for your input!
m_2000
·2 年前·議論
I am building a music loop station for the web browser. Right now it's just an audioplayer with some audio effects, but the goal is to make it a handy tool for music-practitioners and (maybe in a far future) a loop station for live performances.

Work in progress.