Theme: Twenty Fourteen, Carousel Slider categorywise below header image

Install Advanced Custom Fields. Create a image upload field for the category referring to their docs. Use the following code in your archive.php

// get value from a taxonomy (taxonomy = "category", id = 1)
$image_cat = get_field('field_name', 'category_1');

<?php echo $image_cat; ?>