Twiitit
- Twiitit, nykyinen sivu.
- Twiitit ja vastaukset
- Media
Olet estänyt käyttäjän @BartWronsk
Haluatko varmasti nähdä nämä twiitit? Twiittien näyttäminen ei poista käyttäjän @BartWronsk estoa.
-
Kiinnitetty twiitti
A new blog post! https://bartwronski.com/2020/03/15/using-jax-numpy-and-optimization-techniques-to-improve-separable-image-filters/ … Using JAX, numpy, and optimization techniques to improve the separable image filters - a follow-up to my previous post with some new hopefully useful programming and mathematical tools for graphics and image processing problems.
Näytä tämä ketjuKiitos. Käytämme tätä aikajanasi parantamiseen. KumoaKumoa -
What if The Matrix was only “accidentally” a masterpiece? (lucky shot) It was one of my formative movies (12yo when it released- perfect timing),but any subsequent work in the universe was ranging from confusing to terribly bad… other work of Wachowski sisters mediocre at best.
Kiitos. Käytämme tätä aikajanasi parantamiseen. KumoaKumoa -
(respecting the original here, but Tiga and Zyntherius version is the one I heard first and subjectively better)
Näytä tämä ketjuKiitos. Käytämme tätä aikajanasi parantamiseen. KumoaKumoa -
https://youtu.be/X2LTL8KgKv8 "I wear my (spy) sunglasses at night So I can, so I can Watch you weave Then breathe your story lines"
Näytä tämä ketjuKiitos. Käytämme tätä aikajanasi parantamiseen. KumoaKumoa -
https://youtu.be/iyHy366KaFQ wow, I did bunch of electronics classes but only TIL: OpAmps and the feedback loop reaching equilibrium can be used to invert "any" non-linear function, even if you don't know its form?
I guess in a way it's... Analog gradient descent!Kiitos. Käytämme tätä aikajanasi parantamiseen. KumoaKumoa -
Is that because audio processing relies on discretized differential equations (analog filters etc) and discretization introduces significant error? Or maybe because cochlea directly measures frequencies through bandpass filters? Probably all of the above! Fascinatingly different.
Näytä tämä ketjuKiitos. Käytämme tätä aikajanasi parantamiseen. KumoaKumoa -
Kind of interesting why? Is that due to nature of what we want to do with images vs audio signals? Less “interesting” stuff going on close to visual Nyquist? Way less sensitivity to visual aliasing (we are “used to”seeing rectangles and pixels)? We are Used to aliasing illusions?
Näytä tämä ketjuKiitos. Käytämme tätä aikajanasi parantamiseen. KumoaKumoa -
Anytime I read about more complex audio processing, I am amazed how much easier *everything* gets with “oversampling”. But comparison in graphics / image processing, it’s much more limited - apart from antialiasing (duh), not many problems benefit from spatial supersampling.
Näytä tämä ketjuKiitos. Käytämme tätä aikajanasi parantamiseen. KumoaKumoa -
Bart Wronski uudelleentwiittasi
Looking for alternatives to HSV and HSL that better match color perception? I've made two called Okhsv and Okhsl. Try the interactive color picker demo here: https://bottosson.github.io/misc/colorpicker/ … Or read about all the details: https://bottosson.github.io/posts/colorpicker/ …pic.twitter.com/3QWiQayYRb
Näytä tämä ketjuKiitos. Käytämme tätä aikajanasi parantamiseen. KumoaKumoa -
Deepfakes, faceswap, and even GAN latent space interpolation (!) used to make a music video, fresh stuff (warning - lyrics are very NSFW and explicit)https://youtu.be/n0RpYhXdxz8
Kiitos. Käytämme tätä aikajanasi parantamiseen. KumoaKumoa -
Spectral rendering talks were one of my highlights of Siggraph, including this one. Highly recommend to appreciate how much it matters in practice - a lot. Three primaries and spectral aliasing (due to subsampling!) messes up colors badly, especially cross device boundaries.https://twitter.com/siggraph/status/1435668016142897156 …
Kiitos. Käytämme tätä aikajanasi parantamiseen. KumoaKumoa -
Bart Wronski uudelleentwiittasi
Please retweet. This is what I have been building towards for the last seven years. :-Dhttps://twitter.com/GoogleOSS/status/1435272912500662285 …
Kiitos. Käytämme tätä aikajanasi parantamiseen. KumoaKumoa -
Language differences, expectations: I remember when we just moved to US and saw “grilled cheese” everywhere on menus. We got excited - we love Halloumi and similar cheeses. You can imagine our disappointment when instead we got some FUCKING TOASTS.
Kiitos. Käytämme tätä aikajanasi parantamiseen. KumoaKumoa -
Bart Wronski uudelleentwiittasiKiitos. Käytämme tätä aikajanasi parantamiseen. KumoaKumoa
-
Sparse, irregular, unordered data is everywhere - and in every domain. We need to go beyond brute-force regular discretions (and I don’t think that continuous coordinate based are a solution for most problems). Useful to have some tools and mental frameworks for those.
Näytä tämä ketjuKiitos. Käytämme tätä aikajanasi parantamiseen. KumoaKumoa -
I highly recommend the post even if you don’t care about NNs - makes you think . But also beautifully and visually explained, with examples and color coded equations. :)
Näytä tämä ketjuKiitos. Käytämme tätä aikajanasi parantamiseen. KumoaKumoa -
Another problem is connection count invariance. Images are simple- every pixel has 8 neighbors. What if someone has 4 vs 40 social connections? Or mesh vertex with 2 vs 90 neighbors? How do you design a single algorithm handling those? Graph Laplacians and spectral decomposition.
Näytä tämä ketjuKiitos. Käytämme tätä aikajanasi parantamiseen. KumoaKumoa -
Images are graphs. Meshes are graphs. Social connections are graphs. Sports team rankings are graphs. “Reality” is usually not ordered. If you compare team A to team B, it shouldn’t care about which one you entered first.
Näytä tämä ketjuKiitos. Käytämme tätä aikajanasi parantamiseen. KumoaKumoa -
https://distill.pub/2021/understanding-gnns/ … *Excellent* visual explanation of learnable operation on graphs
@distillpub. Why it matters? Almost all data can be represented as a graph. Many problems don’t care about ordering (permutation invariant) but ignoring ordering is surprisingly challenging.Näytä tämä ketjuKiitos. Käytämme tätä aikajanasi parantamiseen. KumoaKumoa -
It's also much easier to get into making music. You can get a *fantastic* guitar sub $100,free internet content teaching you everything. Or if you prefer producing, your computer or even phone is enough to make Grammy winning tracks. Just matter of ideas and work you put into it.
Näytä tämä ketjuKiitos. Käytämme tätä aikajanasi parantamiseen. KumoaKumoa -
This is not to take away from nostalgia and my love for older music (whether 60s or early 00s). But I really don't get "boomer talk". So many new genres, experimental stuff, artists, everything so accessible. Complaining they don't play x/y/z on the radio is intellectual laziness
Näytä tämä ketjuKiitos. Käytämme tätä aikajanasi parantamiseen. KumoaKumoa
Lataaminen näyttää kestävän hetken.
Twitter saattaa olla ruuhkautunut tai ongelma on muuten hetkellinen. Yritä uudelleen tai käy Twitterin tilasivulla saadaksesi lisätietoja.
Using Saliency in progressive JPEG XL images
Getting images delivered fast is a crucial part of the web experience. Learn how partial images are displayed on the web, progressive JPEG XLs, how to find good saliency maps for images, and more.
Here
