Skip to main content

Showing 1–31 of 31 results for author: Koyuncu, E

Searching in archive cs. Search in all archives.
.
  1. arXiv:2505.18164  [pdf, ps, other

    cs.LG cs.AI

    Model-Distributed Inference for Large Language Models at the Edge

    Authors: Davide Macario, Hulya Seferoglu, Erdem Koyuncu

    Abstract: We introduce Model-Distributed Inference for Large-Language Models (MDI-LLM), a novel framework designed to facilitate the deployment of state-of-the-art large-language models (LLMs) across low-power devices at the edge. This is accomplished by dividing the model into multiple partitions, which are then assigned to different devices/nodes within the network. These nodes exchange intermediate activ… ▽ More

    Submitted 13 May, 2025; originally announced May 2025.

  2. arXiv:2410.06106  [pdf, other

    cs.DC

    Distributed Tomographic Reconstruction with Quantization

    Authors: Runxuan Miao, Selin Aslan, Erdem Koyuncu, Doğa Gürsoy

    Abstract: Conventional tomographic reconstruction typically depends on centralized servers for both data storage and computation, leading to concerns about memory limitations and data privacy. Distributed reconstruction algorithms mitigate these issues by partitioning data across multiple nodes, reducing server load and enhancing privacy. However, these algorithms often encounter challenges related to memor… ▽ More

    Submitted 8 October, 2024; originally announced October 2024.

    Comments: 26 pages, 8 figures

    MSC Class: 68W15; 65R32

  3. arXiv:2408.05247  [pdf, other

    cs.DC cs.AI cs.LG cs.NI

    Early-Exit meets Model-Distributed Inference at Edge Networks

    Authors: Marco Colocrese, Erdem Koyuncu, Hulya Seferoglu

    Abstract: Distributed inference techniques can be broadly classified into data-distributed and model-distributed schemes. In data-distributed inference (DDI), each worker carries the entire deep neural network (DNN) model but processes only a subset of the data. However, feeding the data to workers results in high communication costs, especially when the data is large. An emerging paradigm is model-distribu… ▽ More

    Submitted 8 August, 2024; originally announced August 2024.

  4. arXiv:2402.17470  [pdf, other

    cs.CV cs.LG eess.IV

    Bit Distribution Study and Implementation of Spatial Quality Map in the JPEG-AI Standardization

    Authors: Panqi Jia, Jue Mao, Esin Koyuncu, A. Burakhan Koyuncu, Timofey Solovyev, Alexander Karabutov, Yin Zhao, Elena Alshina, Andre Kaup

    Abstract: Currently, there is a high demand for neural network-based image compression codecs. These codecs employ non-linear transforms to create compact bit representations and facilitate faster coding speeds on devices compared to the hand-crafted transforms used in classical frameworks. The scientific and industrial communities are highly interested in these properties, leading to the standardization ef… ▽ More

    Submitted 27 February, 2024; originally announced February 2024.

    Comments: 5 pages, 3 figures, 4 tables

  5. arXiv:2303.11247  [pdf, ps, other

    cs.LG

    Memorization Capacity of Neural Networks with Conditional Computation

    Authors: Erdem Koyuncu

    Abstract: Many empirical studies have demonstrated the performance benefits of conditional computation in neural networks, including reduced inference time and power consumption. We study the fundamental limits of neural conditional computation from the perspective of memorization capacity. For Rectified Linear Unit (ReLU) networks without conditional computation, it is known that memorizing a collection of… ▽ More

    Submitted 20 March, 2023; originally announced March 2023.

    Comments: To be presented at International Conference on Learning Representations (ICLR), 2023

  6. arXiv:2212.01330  [pdf, other

    eess.IV cs.CV

    Device Interoperability for Learned Image Compression with Weights and Activations Quantization

    Authors: Esin Koyuncu, Timofey Solovyev, Elena Alshina, André Kaup

    Abstract: Learning-based image compression has improved to a level where it can outperform traditional image codecs such as HEVC and VVC in terms of coding performance. In addition to good compression performance, device interoperability is essential for a compression codec to be deployed, i.e., encoding and decoding on different CPUs or GPUs should be error-free and with negligible performance reduction. I… ▽ More

    Submitted 2 December, 2022; originally announced December 2022.

    Comments: 5 pages, 5 figures, Picture Coding Symposium (PCS) 2022

  7. arXiv:2210.15621  [pdf, other

    cs.CV cs.LG

    Class Based Thresholding in Early Exit Semantic Segmentation Networks

    Authors: Alperen Görmez, Erdem Koyuncu

    Abstract: We propose Class Based Thresholding (CBT) to reduce the computational cost of early exit semantic segmentation models while preserving the mean intersection over union (mIoU) performance. A key idea of CBT is to exploit the naturally-occurring neural collapse phenomenon. Specifically, by calculating the mean prediction probabilities of each class in the training set, CBT assigns different masking… ▽ More

    Submitted 27 October, 2022; originally announced October 2022.

    Comments: 5 pages, 3 figures, 2 tables

  8. arXiv:2210.07282  [pdf, other

    cs.RO cs.AI

    Harfang3D Dog-Fight Sandbox: A Reinforcement Learning Research Platform for the Customized Control Tasks of Fighter Aircrafts

    Authors: Muhammed Murat Özbek, Süleyman Yıldırım, Muhammet Aksoy, Eric Kernin, Emre Koyuncu

    Abstract: The advent of deep learning (DL) gave rise to significant breakthroughs in Reinforcement Learning (RL) research. Deep Reinforcement Learning (DRL) algorithms have reached super-human level skills when applied to vision-based control problems as such in Atari 2600 games where environment states were extracted from pixel information. Unfortunately, these environments are far from being applicable to… ▽ More

    Submitted 13 October, 2022; originally announced October 2022.

    Comments: 18 pages, 18 figures,4 tables

  9. arXiv:2207.03644  [pdf, other

    cs.LG cs.CV cs.NE

    Pruning Early Exit Networks

    Authors: Alperen Görmez, Erdem Koyuncu

    Abstract: Deep learning models that perform well often have high computational costs. In this paper, we combine two approaches that try to reduce the computational cost while keeping the model performance high: pruning and early exit networks. We evaluate two approaches of pruning early exit networks: (1) pruning the entire network at once, (2) pruning the base network and additional linear classifiers in a… ▽ More

    Submitted 7 July, 2022; originally announced July 2022.

    Comments: 5 pages, 3 figures, Sparsity in Neural Networks Workshop 2022

  10. arXiv:2206.05093  [pdf, other

    cs.LG cs.CV stat.ML

    Federated Momentum Contrastive Clustering

    Authors: Runxuan Miao, Erdem Koyuncu

    Abstract: We present federated momentum contrastive clustering (FedMCC), a learning framework that can not only extract discriminative representations over distributed local data but also perform data clustering. In FedMCC, a transformed data pair passes through both the online and target networks, resulting in four representations over which the losses are determined. The resulting high-quality representat… ▽ More

    Submitted 10 June, 2022; originally announced June 2022.

    Comments: Originally submitted March 2022

  11. arXiv:2201.05528  [pdf

    cs.AI

    Reinforcement Learning based Air Combat Maneuver Generation

    Authors: Muhammed Murat Ozbek, Emre Koyuncu

    Abstract: The advent of artificial intelligence technology paved the way of many researches to be made within air combat sector. Academicians and many other researchers did a research on a prominent research direction called autonomous maneuver decision of UAV. Elaborative researches produced some outcomes, but decisions that include Reinforcement Learning(RL) came out to be more efficient. There have been… ▽ More

    Submitted 14 January, 2022; originally announced January 2022.

  12. arXiv:2110.12065  [pdf, other

    eess.SP cs.LG

    Multiplication-Avoiding Variant of Power Iteration with Applications

    Authors: Hongyi Pan, Diaa Badawi, Runxuan Miao, Erdem Koyuncu, Ahmet Enis Cetin

    Abstract: Power iteration is a fundamental algorithm in data analysis. It extracts the eigenvector corresponding to the largest eigenvalue of a given matrix. Applications include ranking algorithms, recommendation systems, principal component analysis (PCA), among many others. In this paper, we introduce multiplication-avoiding power iteration (MAPI), which replaces the standard $\ell_2$-inner products that… ▽ More

    Submitted 31 January, 2022; v1 submitted 22 October, 2021; originally announced October 2021.

    Comments: This is the technique report for the paper "MULTIPLICATION-AVOIDING VARIANT OF POWER ITERATION WITH APPLICATIONS", which has been accepted by ICASSP 2022

  13. arXiv:2105.11634  [pdf, other

    cs.LG eess.IV

    Robust Principal Component Analysis Using a Novel Kernel Related with the L1-Norm

    Authors: Hongyi Pan, Diaa Badawi, Erdem Koyuncu, A. Enis Cetin

    Abstract: We consider a family of vector dot products that can be implemented using sign changes and addition operations only. The dot products are energy-efficient as they avoid the multiplication operation entirely. Moreover, the dot products induce the $\ell_1$-norm, thus providing robustness to impulsive noise. First, we analytically prove that the dot products yield symmetric, positive semi-definite ge… ▽ More

    Submitted 24 May, 2021; originally announced May 2021.

    Comments: 6 pages, 3 tables and one figure

  14. E$^2$CM: Early Exit via Class Means for Efficient Supervised and Unsupervised Learning

    Authors: Alperen Görmez, Venkat R. Dasari, Erdem Koyuncu

    Abstract: State-of-the-art neural networks with early exit mechanisms often need considerable amount of training and fine tuning to achieve good performance with low computational cost. We propose a novel early exit technique, Early Exit Class Means (E$^2$CM), based on class means of samples. Unlike most existing schemes, E$^2$CM does not require gradient-based training of internal classifiers and it does n… ▽ More

    Submitted 11 July, 2022; v1 submitted 1 March, 2021; originally announced March 2021.

    Comments: 8 pages, 4 figures, 2 tables. Accepted to IJCNN 2022 (WCCI2022)

  15. arXiv:2010.12546  [pdf, other

    cs.LG cs.IT stat.ML

    Quantizing Multiple Sources to a Common Cluster Center: An Asymptotic Analysis

    Authors: Erdem Koyuncu

    Abstract: We consider quantizing an $Ld$-dimensional sample, which is obtained by concatenating $L$ vectors from datasets of $d$-dimensional vectors, to a $d$-dimensional cluster center. The distortion measure is the weighted sum of $r$th powers of the distances between the cluster center and the samples. For $L=1$, one recovers the ordinary center based clustering formulation. The general case $L>1$ appear… ▽ More

    Submitted 23 October, 2020; originally announced October 2020.

  16. arXiv:1910.14096  [pdf, other

    cs.LG eess.SP stat.ML

    Robust and Computationally-Efficient Anomaly Detection using Powers-of-Two Networks

    Authors: Usama Muneeb, Erdem Koyuncu, Yasaman Keshtkarjahromi, Hulya Seferoglu, Mehmet Fatih Erden, Ahmet Enis Cetin

    Abstract: Robust and computationally efficient anomaly detection in videos is a problem in video surveillance systems. We propose a technique to increase robustness and reduce computational complexity in a Convolutional Neural Network (CNN) based anomaly detector that utilizes the optical flow information of video data. We reduce the complexity of the network by denoising the intermediate layer outputs of t… ▽ More

    Submitted 30 October, 2019; originally announced October 2019.

  17. arXiv:1910.13511  [pdf, other

    cs.LG eess.SP stat.ML

    A Generalization of Principal Component Analysis

    Authors: Samuele Battaglino, Erdem Koyuncu

    Abstract: Conventional principal component analysis (PCA) finds a principal vector that maximizes the sum of second powers of principal components. We consider a generalized PCA that aims at maximizing the sum of an arbitrary convex function of principal components. We present a gradient ascent algorithm to solve the problem. For the kernel version of generalized PCA, we show that the solutions can be obtai… ▽ More

    Submitted 15 November, 2019; v1 submitted 29 October, 2019; originally announced October 2019.

  18. arXiv:1910.13502  [pdf, other

    cs.IT cs.NI

    The Tradeoff Between Coverage and Computation in Wireless Networks

    Authors: Erdem Koyuncu

    Abstract: We consider a distributed edge computing scenario consisting of several wireless nodes that are located over an area of interest. Specifically, some of the "master" nodes are tasked to sense the environment (e.g., by acquiring images or videos via cameras) and process the corresponding sensory data, while the other nodes are assigned as "workers" to help the computationally-intensive processing ta… ▽ More

    Submitted 29 October, 2019; originally announced October 2019.

  19. arXiv:1904.07368  [pdf, ps, other

    cs.IT eess.SP

    Optimal Placement of UAVs for Minimum Outage Probability

    Authors: Maryam Shabanighazikelayeh, Erdem Koyuncu

    Abstract: We consider multiple unmanned aerial vehicles (UAVs) serving a density of ground terminals (GTs) as base stations. The objective is to minimize the outage probability of GT-to-UAV transmissions. Optimal placement of UAVs under different UAV altitude constraints and GT densities is studied. First, using a random deployment argument, a general upper bound on the optimal outage probability is found f… ▽ More

    Submitted 14 August, 2020; v1 submitted 15 April, 2019; originally announced April 2019.

  20. arXiv:1811.11331  [pdf, other

    cs.NI cs.DM cs.IT

    Asynchronous Local Construction of Bounded-Degree Network Topologies Using Only Neighborhood Information

    Authors: Erdem Koyuncu, Hamid Jafarkhani

    Abstract: We consider ad-hoc networks consisting of $n$ wireless nodes that are located on the plane. Any two given nodes are called neighbors if they are located within a certain distance (communication range) from one another. A given node can be directly connected to any one of its neighbors and picks its connections according to a unique topology control algorithm that is available at every node. Given… ▽ More

    Submitted 27 November, 2018; originally announced November 2018.

    Comments: To appear in IEEE Transactions on Communications

  21. arXiv:1808.05410  [pdf, ps, other

    cs.IT eess.SP

    Interleaving Channel Estimation and Limited Feedback for Point-to-Point Systems with a Large Number of Transmit Antennas

    Authors: Erdem Koyuncu, Xun Zou, Hamid Jafarkhani

    Abstract: We introduce and investigate the opportunities of multi-antenna communication schemes whose training and feedback stages are interleaved and mutually interacting. Specifically, unlike the traditional schemes where the transmitter first trains all of its antennas at once and then receives a single feedback message, we consider a scenario where the transmitter instead trains its antennas one by one… ▽ More

    Submitted 16 August, 2018; originally announced August 2018.

    Comments: To appear in IEEE Transactions on Wireless Communications

  22. arXiv:1803.04315  [pdf, other

    cs.IT eess.SP

    Power-Efficient Deployment of UAVs as Relays

    Authors: Erdem Koyuncu

    Abstract: Optimal deployment of unmanned aerial vehicles (UAVs) as communication relays is studied for fixed-rate variable-power systems. The considered setup is a set of ground transmitters (GTs) wishing to communicate with a set of ground receivers (GRs) through the UAVs. Each GT-GR pair communicates through only one selected UAV and have no direct link. Two different UAV selection scenarios are studied:… ▽ More

    Submitted 27 November, 2018; v1 submitted 12 March, 2018; originally announced March 2018.

    Comments: This work has been presented at the IEEE Signal Processing Advances in Wireless Communications (SPAWC), June 2018

  23. arXiv:1708.08832  [pdf, other

    cs.IT

    Deployment and Trajectory Optimization of UAVs: A Quantization Theory Approach

    Authors: Erdem Koyuncu, Maryam Shabanighazikelayeh, Hulya Seferoglu

    Abstract: Optimal deployment and movement of multiple unmanned aerial vehicles (UAVs) is studied. The considered scenario consists of several ground terminals (GTs) communicating with the UAVs using variable transmission power and fixed data rate. First, the static case of a fixed geographical GT density is analyzed. Using high resolution quantization theory, the corresponding best achievable performance (m… ▽ More

    Submitted 27 November, 2018; v1 submitted 29 August, 2017; originally announced August 2017.

    Comments: To appear in IEEE Transactions on Wireless Communications. Part of this work will be presented at IEEE WCNC 2018

  24. arXiv:1708.06400  [pdf, other

    cs.IT

    Performance Gains of Optimal Antenna Deployment for Massive MIMO Systems

    Authors: Erdem Koyuncu

    Abstract: We consider the uplink of a single-cell multi-user multiple-input multiple-output (MIMO) system with several single antenna transmitters/users and one base station with $N$ antennas in the $N\rightarrow\infty$ regime. The base station antennas are evenly distributed to $n$ admissable locations throughout the cell. First, we show that a reliable (per-user) rate of $O(\log n)$ is achievable throug… ▽ More

    Submitted 21 August, 2017; originally announced August 2017.

    Comments: GLOBECOM 2017

  25. arXiv:1610.03019  [pdf, other

    cs.NI cs.IT

    Energy Efficiency in Two-Tiered Wireless Sensor Networks

    Authors: Jun Guo, Erdem Koyuncu, Hamid Jafarkhani

    Abstract: We study a two-tiered wireless sensor network (WSN) consisting of $N$ access points (APs) and $M$ base stations (BSs). The sensing data, which is distributed on the sensing field according to a density function $f$, is first transmitted to the APs and then forwarded to the BSs. Our goal is to find an optimal deployment of APs and BSs to minimize the average weighted total, or Lagrangian, of sensor… ▽ More

    Submitted 19 February, 2017; v1 submitted 10 October, 2016; originally announced October 2016.

    Comments: 11 pages, 7 figures

  26. arXiv:1601.07597  [pdf, ps, other

    cs.NI

    Flow Control and Scheduling for Shared FIFO Queues over Wireless Networks

    Authors: Shanyu Zhou, Hulya Seferoglu, Erdem Koyuncu

    Abstract: We investigate the performance of First-In, First-Out (FIFO) queues over wireless networks. We characterize the stability region of a general scenario where an arbitrary number of FIFO queues, which are served by a wireless medium, are shared by an arbitrary number of flows. In general, the stability region of this system is non-convex. Thus, we develop a convex inner-bound on the stability region… ▽ More

    Submitted 27 January, 2016; originally announced January 2016.

  27. arXiv:1403.7846  [pdf, ps, other

    cs.IT

    Distributed Channel Quantization for Two-User Interference Networks

    Authors: Xiaoyi Leo Liu, Erdem Koyuncu, Hamid Jafarkhani

    Abstract: We introduce conferencing-based distributed channel quantizers for two-user interference networks where interference signals are treated as noise. Compared with the conventional distributed quantizers where each receiver quantizes its own channel independently, the proposed quantizers allow multiple rounds of feedback communication in the form of conferencing between receivers. We take the network… ▽ More

    Submitted 30 March, 2014; originally announced March 2014.

    Comments: 30 pages, 4 figures

  28. arXiv:1301.6398  [pdf, ps, other

    cs.IT

    Variable-Length Channel Quantizers for Maximum Diversity and Array Gains

    Authors: Erdem Koyuncu, Hamid Jafarkhani

    Abstract: We consider a $t \times 1$ multiple-antenna fading channel with quantized channel state information at the transmitter (CSIT). Our goal is to maximize the diversity and array gains that are associated with the symbol error rate (SER) performance of the system. It is well-known that for both beamforming and precoding strategies, finite-rate fixed-length quantizers (FLQs) cannot achieve the full-CSI… ▽ More

    Submitted 27 January, 2013; originally announced January 2013.

  29. arXiv:1210.8441  [pdf, ps, other

    cs.IT

    Very Low-Rate Variable-Length Channel Quantization for Minimum Outage Probability

    Authors: Erdem Koyuncu, Hamid Jafarkhani

    Abstract: We identify a practical vector quantizer design problem where any fixed-length quantizer (FLQ) yields non-zero distortion at any finite rate, while there is a variable-length quantizer (VLQ) that can achieve zero distortion with arbitrarily low rate. The problem arises in a $t \times 1$ multiple-antenna fading channel where we would like to minimize the channel outage probability by employing beam… ▽ More

    Submitted 31 October, 2012; originally announced October 2012.

  30. arXiv:1011.5699  [pdf, ps, other

    cs.IT

    The Necessity of Relay Selection

    Authors: Erdem Koyuncu, Hamid Jafarkhani

    Abstract: We determine necessary conditions on the structure of symbol error rate (SER) optimal quantizers for limited feedback beamforming in wireless networks with one transmitter-receiver pair and R parallel amplify-and-forward relays. We call a quantizer codebook "small" if its cardinality is less than R, and "large" otherwise. A "d-codebook" depends on the power constraints and can be optimized accordi… ▽ More

    Submitted 25 November, 2010; originally announced November 2010.

    Comments: 29 pages, 4 figures

  31. arXiv:1007.5514  [pdf, ps, other

    cs.IT

    Distributed Beamforming in Wireless Multiuser Relay-Interference Networks with Quantized Feedback

    Authors: Erdem Koyuncu, Hamid Jafarkhani

    Abstract: We study quantized beamforming in wireless amplify-and-forward relay-interference networks with any number of transmitters, relays, and receivers. We design the quantizer of the channel state information to minimize the probability that at least one receiver incorrectly decodes its desired symbol(s). Correspondingly, we introduce a generalized diversity measure that encapsulates the conventional o… ▽ More

    Submitted 30 July, 2010; originally announced July 2010.

    Comments: 41 pages, 14 figures, submitted to IEEE Transactions on Information Theory, July 2010. This work was presented in part at IEEE Global Communications Conference (GLOBECOM), Nov. 2009