Papers › Colorful Image Colorization

Colorful Image Colorization

28 Mar 2016arXiv:1603.08511archive 2025-07-28

Richard Zhang, Phillip Isola, Alexei A. Efros

Given a grayscale photograph as input, this paper attacks the problem of hallucinating a plausible color version of the photograph. This problem is clearly underconstrained, so previous approaches have either relied on significant user interaction or resulted in desaturated colorizations. We propose a fully automatic approach that produces vibrant and realistic colorizations. We embrace the underlying uncertainty of the problem by posing it as a classification task and use class-rebalancing at training time to increase the diversity of colors in the result. The system is implemented as a feed-forward pass in a CNN at test time and is trained on over a million color images. We evaluate our algorithm using a "colorization Turing test," asking human participants to choose between a generated and ground truth color image. Our method successfully fools humans on 32% of the trials, significantly higher than previous methods. Moreover, we show that colorization can be a powerful pretext task for self-supervised feature learning, acting as a cross-channel encoder. This approach results in state-of-the-art performance on several feature learning benchmarks.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1603.08511")

Code

Syntology Ran 32 of 73 code samples harvested from 20 repositories linked to this paper; 41 have no recorded run. Of those that ran: 1 ran · honoured contract; 2 ran · violated contract; 9 ran · our draft was wrong; 9 ran · fixture could not drive it; 11 ran with no contract checked.

By repository: official repository: 3 samples from 1 repository, 0 ran; community (archive-listed): 67 samples from 19 repositories, 29 ran; 3 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

39 repositories listed; official and paper-mentioned ones first.

richzhang/colorization officialmentioned on GitHubcaffe2BSD-2-Clause report
BerenLuthien/HyperColumns_ImageColorization mentioned on GitHubtfBSD-3-Clause report
Phimos/Paddle-Colorization mentioned on GitHubpaddle report
RashadGarayev/ColorizeImage mentioned on GitHub report
SaverioMonaco/VisionProject mentioned on GitHub report
SharmaAjay19/VideoImageColorization mentioned on GitHubcaffe2BSD-2-Clause report
Sunkua/Colorizer mentioned on GitHubpytorch report
amogh7joshi/media-vision mentioned on GitHubpytorch report
ariesiitr/Image-Colourization mentioned on GitHubtf report
baldassarreFe/deep-koalarization mentioned on GitHubtfMIT report
bluejurand/Photos-colorization mentioned on GitHubtf report
djflstkddk/Auto-Colorization mentioned on GitHubpytorch report
fer-moreira/ColorizerBot mentioned on GitHubMIT report
gitliber/image-colorization mentioned on GitHubGPL-3.0 report
gunwoofer/projet-INF8225 mentioned on GitHubpytorch report
hbenbel/Colorization mentioned on GitHubpytorch report
hsalhab/Coloring-in-the-Deep mentioned on GitHubtf report
jkcracker/colorization mentioned on GitHubcaffe2 report
k-Petropoulos/colorization mentioned on GitHubpytorch report
leon-schi/ColorNet mentioned on GitHubtf report
marumse/colorize_images mentioned on GitHub report
piyushverma001/Colorizer mentioned on GitHub report
prathyusha995912/prathyu mentioned on GitHubcaffe2BSD-2-Clause report
prathyusha995912/prathyusha mentioned on GitHubcaffe2BSD-2-Clause report
radiabouhali/test mentioned on GitHubcaffe2BSD-2-Clause report
ryanwng12/img-colorization mentioned on GitHubpytorchMIT report
videogorillas/colorize mentioned on GitHubcaffe2BSD-2-Clause report
Callifrey/Paddle-CIC paddleApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

73 samples harvested; 32 ran; 1 honoured the contract we drafted; 41 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
2ran · violated contract
9ran · our draft was wrong
9ran · fixture could not drive it
11ran
41unverified

Licence: 41 of the 73 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 20 repositories linked to this paper, official or community; each sample names its own and says which. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

load_img richzhang/colorization/colorizers/util.py official repository unverified BSD-2-Clause (permissive) · d0c576faf88478eb · report
preprocess_img richzhang/colorization/colorizers/util.py official repository unverified BSD-2-Clause (permissive) · 0b3a8d1b3bb7326d · report
resize_img richzhang/colorization/colorizers/util.py official repository unverified BSD-2-Clause (permissive) · 112ae2ae261d70fb · report
AdaptationNet demul/auto_colorization_project/pixcolor/model.py community (archive-listed) ran no licence file found · pointer only · 8e0a81c4fef9a0f0 · report
CICECCV16Model amogh7joshi/media-vision/mediavision/colorize/cic/models.py community (archive-listed) ran · metamorphic tier: deterministic no licence file found · pointer only · 7ef22a78a2fe85e9 · report
ColorEncoder leon-schi/ColorNet/model/model.py community (archive-listed) ran no licence file found · pointer only · ffb6f689d84fc1b1 · report
ColorNetBuilder leon-schi/ColorNet/model/model.py community (archive-listed) ran no licence file found · pointer only · e3ea91657e0463d3 · report
ColorizationNetworkv2 gunwoofer/projet-INF8225/colorizationNetwork.py community (archive-listed) ran no licence file found · pointer only · c2fc10f19f130c84 · report
ColorizationUpsampling pravesh-bawangade/Image-colorization-using-Autoencoders/model.py community (archive-listed) ran no licence file found · pointer only · a28f03a7f1f82de8 · report
ConditioningNet demul/auto_colorization_project/pixcolor/model.py community (archive-listed) ran no licence file found · pointer only · b169c1e8e95707c8 · report
Generator256 hbenbel/Colorization/src/models/dcgan.py community (archive-listed) ran · metamorphic tier: deterministic MIT (permissive) · 2dae71a4064c1864 · report
MediaVisionModelBase amogh7joshi/media-vision/mediavision/colorize/cic/models.py community (archive-listed) ran no licence file found · pointer only · 8c447e0095ad2e47 · report
Progbar vincentbillaut/all-colors-matter/models/unet.py community (archive-listed) ran no licence file found · pointer only · 56ddaa59e250e469 · report
RGB_to_YUV vincentbillaut/all-colors-matter/models/unet.py community (archive-listed) ran · fixture could not drive it fingerprinted no licence file found · pointer only · 63cd29a5370d5d2a · report
UNetBuilder leon-schi/ColorNet/model/model.py community (archive-listed) ran no licence file found · pointer only · ae563a73779ff10a · report
YUV_to_RGB vincentbillaut/all-colors-matter/models/unet.py community (archive-listed) ran · fixture could not drive it fingerprinted no licence file found · pointer only · 33037adcaa30c58f · report
_conv hbenbel/Colorization/src/models/dcgan.py community (archive-listed) ran · our draft was wrong MIT (permissive) · f26d9042fa242762 · report
_down_sample hbenbel/Colorization/src/models/dcgan.py community (archive-listed) ran · our draft was wrong MIT (permissive) · f7866dcf3c966c07 · report
_up_sample hbenbel/Colorization/src/models/dcgan.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 4c4754caddaa2f15 · report
build_decoder bluejurand/Photos-colorization/model_creation.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · fc6d45ffb42ade2d · report
build_double_convolution_block amogh7joshi/media-vision/mediavision/colorize/cic/models.py community (archive-listed) ran · fixture could not drive it no licence file found · pointer only · 9643de6f202f4cea · report
build_encoder bluejurand/Photos-colorization/model_creation.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · 834a87ebdcecb372 · report
build_triple_convolution_block amogh7joshi/media-vision/mediavision/colorize/cic/models.py community (archive-listed) ran · fixture could not drive it no licence file found · pointer only · 8efc0cab497b7f33 · report
conv demul/auto_colorization_project/pixcolor/model.py community (archive-listed) ran · fixture could not drive it no licence file found · pointer only · 9ed5768a61f130c3 · report
create_tl_model_embeding bluejurand/Photos-colorization/model_creation.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · 60b0234d4cb615b6 · report
data_uri_to_cv2_img Neeleshrj/Image-Colorization-API/colorizer.py community (archive-listed) ran · fixture could not drive it no licence file found · pointer only · 66e92a971dedf994 · report
gaussian leon-schi/ColorNet/model/model.py community (archive-listed) ran · violated contract fingerprinted no licence file found · pointer only · ed9db0e187d4afab · report
initializeWeight jkcracker/colorization/colorization/resources/magic_init/magic_init_mod.py community (archive-listed) ran · fixture could not drive it fingerprinted BSD-2-Clause (permissive) · cabd4bcff306a546 · report
make_fusion bluejurand/Photos-colorization/model_creation.py community (archive-listed) ran · fixture could not drive it fingerprinted no licence file found · pointer only · 983975f7c2ea7984 · report
pad_image_to_size vincentbillaut/all-colors-matter/models/unet.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · c7475185fa8a1891 · report
softMaxAxis2 marumse/colorize_images/code/classification_approach.py community (archive-listed) ran · violated contract no licence file found · pointer only · 0f90e7f7b6f3f2be · report
split_into_stacks demul/auto_colorization_project/pixcolor/model.py community (archive-listed) ran · fixture could not drive it fingerprinted no licence file found · pointer only · eddc1dab28739f43 · report
ColoringModel vincentbillaut/all-colors-matter/models/unet.py community (archive-listed) unverified no licence file found · pointer only · 91641524db62adcf · report
Config vincentbillaut/all-colors-matter/models/unet.py community (archive-listed) unverified no licence file found · pointer only · 52d7e583d78fc649 · report
IC_Model hsalhab/Coloring-in-the-Deep/model.py community (archive-listed) unverified no licence file found · pointer only · 5090a24732b4cd04 · report
Image RashadGarayev/ColorizeImage/helper.py community (archive-listed) unverified MIT (permissive) · 6cc55012b9cf1736 · report
PixelCNN demul/auto_colorization_project/pixcolor/model.py community (archive-listed) unverified no licence file found · pointer only · 6efa16cca8f8c1f6 · report
UNetColoringModel vincentbillaut/all-colors-matter/models/unet.py community (archive-listed) unverified no licence file found · pointer only · 18e9de3390e40021 · report
batch_operations baldassarreFe/deep-koalarization/src/koalarization/dataset/tfrecords/images_queue.py community (archive-listed) unverified MIT (permissive) · b09902b6a4f0d153 · report
build_complete_model bluejurand/Photos-colorization/model_creation.py community (archive-listed) unverified no licence file found · pointer only · 7faa65d5d65e6f7c · report
check_file Callifrey/Paddle-CIC/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 33a74dbffa908d5d · report
check_value Callifrey/Paddle-CIC/resources/training_layers.py community (archive-listed) unverified Apache-2.0 (permissive) · 416176d39fe5dd36 · report
conv_net Arghyadeep/Image-Colorization-using-CNN/Code/colorize_cnn.py community (archive-listed) unverified no licence file found · pointer only · 335ba79e7753d1ab · report
create_image_lists BerenLuthien/HyperColumns_ImageColorization/read_LaMemDataset.py community (archive-listed) unverified BSD-3-Clause (permissive) · 8600a5e9c2d1e012 · report
create_model marumse/colorize_images/code/classification_approach.py community (archive-listed) unverified no licence file found · pointer only · 450337b166ca479e · report
dump_YUV_image_to_jpg vincentbillaut/all-colors-matter/models/unet.py community (archive-listed) unverified no licence file found · pointer only · bb36061ab26a8510 · report
evaluation_pipeline baldassarreFe/deep-koalarization/src/koalarization/training_utils.py community (archive-listed) unverified MIT (permissive) · e14e85f982937fdb · report
find_classes Callifrey/Paddle-CIC/dataset.py community (archive-listed) unverified Apache-2.0 (permissive) · 470a3aab197bbe05 · report
flatten_nd_array Callifrey/Paddle-CIC/resources/training_layers.py community (archive-listed) unverified Apache-2.0 (permissive) · 42539e4adb3b5d9a · report
gated_conv_unit demul/auto_colorization_project/pixcolor/model.py community (archive-listed) unverified no licence file found · pointer only · 99c70727140afe04 · report
get_model_data BerenLuthien/HyperColumns_ImageColorization/TensorflowUtils.py community (archive-listed) unverified BSD-3-Clause (permissive) · ecb2e0c3bd4cdd14 · report
get_paths Callifrey/Paddle-CIC/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 7995e2bd8e1c55d9 · report
get_variable_set_not_trainable BerenLuthien/HyperColumns_ImageColorization/TensorflowUtils.py community (archive-listed) unverified BSD-3-Clause (permissive) · acbdc7bb12d5ab29 · report
image_colorizer Neeleshrj/Image-Colorization-API/colorizer.py community (archive-listed) unverified no licence file found · pointer only · 02bcf61b846b4627 · report
initializeLayer jkcracker/colorization/colorization/resources/magic_init/magic_init_mod.py community (archive-listed) unverified BSD-2-Clause (permissive) · ff06292298cd256f · report
is_image_file Callifrey/Paddle-CIC/dataset.py community (archive-listed) unverified Apache-2.0 (permissive) · e12f5ee67cba16e9 · report
list_images videogorillas/colorize/colorization/runner.py community (archive-listed) unverified BSD-2-Clause (permissive) · 9e2f60b6c60fd2ae · report
load_image_jpg_to_YUV vincentbillaut/all-colors-matter/models/unet.py community (archive-listed) unverified no licence file found · pointer only · 0e420dbb0c0e1e49 · report
loss_with_metrics baldassarreFe/deep-koalarization/src/koalarization/training_utils.py community (archive-listed) unverified MIT (permissive) · 17365dbebfb45226 · report
magicInitialize jkcracker/colorization/colorization/resources/magic_init/magic_init_mod.py community (archive-listed) unverified BSD-2-Clause (permissive) · b8b628521c3dbe23 · report
make_dataset Callifrey/Paddle-CIC/dataset.py community (archive-listed) unverified Apache-2.0 (permissive) · afd5662a3a631d50 · report
masked_conv_typeA demul/auto_colorization_project/pixcolor/model.py community (archive-listed) unverified no licence file found · pointer only · 2a930250cfc8bbac · report
maybe_download_inception baldassarreFe/deep-koalarization/src/koalarization/dataset/embedding/inception_utils.py community (archive-listed) unverified MIT (permissive) · c09b7abdc79f1137 · report
prepare_image_for_inception baldassarreFe/deep-koalarization/src/koalarization/dataset/embedding/inception_utils.py community (archive-listed) unverified MIT (permissive) · 5d365ebd19db022b · report
queue_single_images_from_folder baldassarreFe/deep-koalarization/src/koalarization/dataset/tfrecords/images_queue.py community (archive-listed) unverified MIT (permissive) · c95b639ad1a56a56 · report
readVideoFrames SharmaAjay19/VideoImageColorization/colorization/colorize_video.py community (archive-listed) unverified BSD-2-Clause (permissive) · 2675f00b89f5bce6 · report
resnet_block demul/auto_colorization_project/pixcolor/model.py community (archive-listed) unverified no licence file found · pointer only · a0afbaac9dcf784b · report
training_pipeline baldassarreFe/deep-koalarization/src/koalarization/training_utils.py community (archive-listed) unverified MIT (permissive) · 14c5025b45afba09 · report
unflatten_2d_array Callifrey/Paddle-CIC/resources/training_layers.py community (archive-listed) unverified Apache-2.0 (permissive) · eb56662f21ea8ec8 · report
weight_variable_not_trainable BerenLuthien/HyperColumns_ImageColorization/TensorflowUtils.py community (archive-listed) unverified BSD-3-Clause (permissive) · b6c4a255690ec621 · report
flattenData identical code first harvested elsewhere ran · honoured contract licence of this copy not recorded · 9535d5d76f73ffbf · report
forward identical code first harvested elsewhere ran · our draft was wrong licence of this copy not recorded · e1c9ddd8a189ef4d · report
gatherInputData identical code first harvested elsewhere ran · our draft was wrong licence of this copy not recorded · 8ddb57da6b7f2943 · report

Tasks

ColorizationDiversityImage ColorizationSelf-Supervised Image Classification

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Self-Supervised Image Classification ImageNet Colorization (AlexNet) Number of Params 61M #143 of 144 Archive leaderboard report
Self-Supervised Image Classification ImageNet Colorization (AlexNet) Top 1 Accuracy 32.6% #143 of 144 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

Introduced by this paper: Colorization

Colorization

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections