Research

Computer Science Conferences – Statistics and Acceptance Rates

There are a bunch of sites with statistics on computer science conferences, but it always bothered me that there was no central place to search for conference statistics like acceptance rates. I also wanted to have a visual display of statistics similar to Google Finance. In this age of AJAX and Web 2.0, the web page should also be very fluid.

My first attempt to build such a web page is here. Right now, it scrapes the data from Kevin Almeroth’s excellent stats page and presents it in a visual form. The scraping is still a bit rough, so there might be some errors. I would like to add more features like comparing conferences, searching and adding more conferences.

Leave your comments and suggestions below.

Share

Computer Systems Conference Rankings

Update: You can see conference statistics in graphical form here

Conference rankings are a contentious topic, and it is often difficult to directly compare two conferences, because each conference has unique flavor, community and history. In general, it’s easy to identify top 1 or 2 conferences in a field, but it gets murky as you go down. There are a bunch of webpages (see below), where you can look at the rankings. About the field of computer systems, defining it is another blog post. For now, read the Section 3 of Eurosys.org white paper, and Liviu’s presentation on what constitutes good systems research..

This post is my view on the systems conference rankings. Disclaimer: these are just my personal opinions. Quality of conferences varies over time, and these are not set in stone. In my opinion, all the conferences I mentioned here are reputed and great conferences to publish in.

For general systems (operating systems, distributed systems)

Conference name Acceptance rate Notes
OSDI / SOSP 11.8% – 21% These two conferences, which alternate every year are widely considered as the top conferences in systems. SOSP has rich history, and is considered slightly more prestigious. Both are highly selective and are very influential in “real” systems.
Eurosys 16.9% – 21% Eurosys is still a new conference, but is quickly becoming a premier systems conference. Though, it is hosted in Europe every year, published papers are from all around the world, with majority of them coming from systems research groups in the US.
USENIX Annual Technical Conference 16.3% – 30% USENIX ATC is another great conference, with lots of good systems work. It’s quality has varied over time, and is slightly inconsistent.

For networked systems

Conference name Acceptance rate Notes
SIGCOMM 10% Widely considered as the most difficult conference (in networking) to publish in, SIGCOMM has rich history, and great papers every year. Earlier SIGCOMM conferences have accepted more papers, but the acceptance rates have dropped to 10-12% in the past few years.
NSDI 19 – 21% Compared to SIGCOMM, NSDI has the interesting flavor of systems and networking.
CoNEXT 19 – 21% CoNEXT is similar to Eurosys. It has a bit more European flavor to it, since it is hosted in Europe in alternate years. It is also a new conference compared to SIGCOMM and NSDI.

Other systems-flavored conferences

  • For file systems, and storage, FAST is considered a top conference.
  • For programming languages, PLDI, POPL are considered top conferences.
  • For the combination of OS + architecture or OS + programming languages ASPLOS is considered the top conference. It usually has multi-disciplinary flavor to it.

Now, the fun part.

  1. Is INFOCOM a good networking conference for systems work? This is a tricky question, since INFOCOM traditionally has accepted more theory/algorithms/analysis/simulation oriented papers, with a bent on wireless systems. INFOCOM has low acceptance rates in the range of 16-20%, but due to large number of tracks, the quality sometimes is patchy. INFOCOM does accept systems papers.
  2. Is NSDI better than Eurosys for networking + systems work? Another interesting question to ponder during lunch breaks :-) I think, if a project has more networking flavor to it, one should consider submitting it to NSDI. On the other hand, if the project is purely systems work, then Eurosys is a better venue.
  3. What is the criterion for deciding the rankings of conferences? Should we use acceptrance rate, or citation count or industry influence or a combination of them?

Some useful links for conference rankings.

Share

Our paper in CDC (Top tier control theory conference)

Ok, finally the internship is over as I just wrap up my final presentation. It’s been extremely hectic, and I don’t even remember how the three months passed. This time around, I was involved in multiple projects, so the context switching some times hurt a little bit. Rachna and I also had a lot of fun meeting with lots of people, roaming around etc. I am too tired to write about all the stuff I did. Who cares any way? :-)

Today’s news is that one of our papers got accepted in IEEE Conference on Decision and Control, one of the oldest and most prestigious control theory conference out there. The paper that got accepted is about our MIMO (multiple input and multiple output) control and the math in this paper forms the basis for my work this summer. We have extended it quite a bit and the next paper is going to be a computer systems paper with the theory used in a real system and hopefully will be really exciting!

Stay tuned!

P.S. I am landing in Ann Arbor on Aug 4th morning. See you AAites soon.

Share