Papers › Convolutional Networks with Oriented 1D Kernels

Convolutional Networks with Oriented 1D Kernels

27 Sep 2023ICCV 2023 1arXiv:2309.15812archive 2025-07-28

Alexandre Kirchmeyer, Jia Deng

In computer vision, 2D convolution is arguably the most important operation performed by a ConvNet. Unsurprisingly, it has been the focus of intense software and hardware optimization and enjoys highly efficient implementations. In this work, we ask an intriguing question: can we make a ConvNet work without 2D convolutions? Surprisingly, we find that the answer is yes -- we show that a ConvNet consisting entirely of 1D convolutions can do just as well as 2D on ImageNet classification. Specifically, we find that one key ingredient to a high-performing 1D ConvNet is oriented 1D kernels: 1D kernels that are oriented not just horizontally or vertically, but also at other angles. Our experiments show that oriented 1D convolutions can not only replace 2D convolutions but also augment existing architectures with large kernels, leading to improved accuracy with minimal FLOPs increase. A key contribution of this work is a highly-optimized custom CUDA implementation of oriented 1D kernels, specialized to the depthwise convolution setting. Our benchmarks demonstrate that our custom CUDA implementation almost perfectly realizes the theoretical advantage of 1D convolution: it is faster than a native horizontal convolution for any arbitrary angle. Code is available at https://github.com/princeton-vl/Oriented1D.

PaperPDFConference PDFCodeCode 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="2309.15812")

Code

Syntology Ran 11 of 20 code samples harvested from 1 repository linked to this paper; 9 have no recorded run. Of those that ran: 11 ran with no contract checked.

By repository: official repository: 20 samples from 1 repository, 11 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

princeton-vl/oriented1d officialmentioned in papermentioned on GitHubpytorchMIT 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

20 samples harvested; 11 ran; 0 honoured the contract we drafted; 9 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.

11ran
9unverified

Licence: 0 of the 20 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 princeton-vl/oriented1d. “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.

build_transform princeton-vl/oriented1d/datasets.py official repository ran MIT (permissive) · 6a0317bfd6be9557 · report
channel_cycle_offset princeton-vl/oriented1d/models/convnext.py official repository ran fingerprinted MIT (permissive) · 9cde23a9e5985457 · report
error_abs princeton-vl/oriented1d/analysis/benchmark.py official repository ran fingerprinted MIT (permissive) · 664e682f7e29af0d · report
get_input_grad princeton-vl/oriented1d/utils.py official repository ran MIT (permissive) · 84281623fd3e572a · report
get_rectangle princeton-vl/oriented1d/analysis/analyze_erf.py official repository ran MIT (permissive) · 7795b07b71124f9f · report
layer_wise_rotation_offset princeton-vl/oriented1d/models/convnext.py official repository ran fingerprinted MIT (permissive) · 70f21fe37fe82f53 · report
next_power_of_2 princeton-vl/oriented1d/models/dwoconv1d/dwoconv1d.py official repository ran fingerprinted MIT (permissive) · 7ed144fc94a8a372 · report
prev_power_of_2 princeton-vl/oriented1d/models/dwoconv1d/dwoconv1d.py official repository ran fingerprinted MIT (permissive) · a9e405f1da0de41a · report
tensor2int princeton-vl/oriented1d/models/dwoconv1d/dwoconv1d_kernel.py official repository ran MIT (permissive) · 84e84a58d55ff11f · report
theta_offset princeton-vl/oriented1d/models/convnext.py official repository ran fingerprinted MIT (permissive) · cb177b75663333ae · report
wrap_nil_tensor princeton-vl/oriented1d/models/dwoconv1d_reference/dwoconv1d_reference.py official repository ran MIT (permissive) · d874cacf335bda6d · report
benchmark_method princeton-vl/oriented1d/analysis/benchmark.py official repository unverified MIT (permissive) · 1f3f1831ed27a3a3 · report
build_dataset princeton-vl/oriented1d/datasets.py official repository unverified MIT (permissive) · fdbba1a8d4185180 · report
compile_dwoconv1d_kernel princeton-vl/oriented1d/models/dwoconv1d/dwoconv1d_kernel.py official repository unverified MIT (permissive) · 99d388ad7ccb43d2 · report
compile_dwoconv1d_kernel princeton-vl/oriented1d/models/dwoconv1d_reference/dwoconv1d_reference_kernel.py official repository unverified MIT (permissive) · 4ab842353b017cdd · report
cosine_scheduler princeton-vl/oriented1d/utils.py official repository unverified MIT (permissive) · b700fb0a3496b255 · report
get_dwoconv1d_kernel princeton-vl/oriented1d/models/dwoconv1d/dwoconv1d_kernel.py official repository unverified MIT (permissive) · e40117f8bcf82510 · report
get_dwoconv1d_kernel princeton-vl/oriented1d/models/dwoconv1d_reference/dwoconv1d_reference_kernel.py official repository unverified MIT (permissive) · 97d9632bb4cde774 · report
get_num_layer_for_convnext princeton-vl/oriented1d/optim_factory.py official repository unverified MIT (permissive) · 199223de2f9704cf · report
get_parameter_groups princeton-vl/oriented1d/optim_factory.py official repository unverified MIT (permissive) · 0ef0019514eaaa09 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

ConvolutionDepthwise ConvolutionFocus

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