Dr. Alexei Efros
Professor of EECS
Professor of Electrical Engineering and Computer Science at UC Berkeley and MacArthur 'Genius' Fellow. Pioneer of CycleGAN, texture synthesis, image inpainting, and deep colorization, defining how machine learning processes, creates, and interprets visual media.
Areas of focus
Professional niches
Proof of Work
Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks
Co-authored the landmark ICCV 2017 CycleGAN paper, introducing cycle consistency loss to enable high-quality visual translation between two unpaired image collections (horses to zebras, summer to winter) with 23,000+ citations.
Struggles with geometric transformations (e.g. cat to dog) because cycle consistency enforces structural topology preservation.
Context: Cycle consistency loss ||G(F(y)) - y||, dual generator/discriminator pairs.
View missionColorful Image Colorization with Deep Convolutional Neural Networks
Pioneered automated black-and-white image colorization by formulating the task as multinomial classification over quantized Lab color space with class rebalancing, tricking human observers into believing synthesized colors are real.
Ambiguous objects (e.g. clothing, cars) can display desaturated or sepia tints if the model averages multimodal color distributions.
Context: CIE Lab color space, class-rebalanced cross-entropy loss, 1.3M ImageNet images.
View mission